SYNC: backup test WIP

This commit is contained in:
SPRINX0\prochazka
2025-12-01 17:08:45 +01:00
committed by Diflow
parent 615c6f4e24
commit 3a509a6a97
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@
</div>
{/if}
<div on:drop={handleDrop}>
<div on:drop={handleDrop} data-testid={`app-object-group-items-${_.kebabCase(group)}`}>
{#each items as item}
<AppObjectListItem
isHidden={!item.isMatched}