optimalization

This commit is contained in:
SPRINX0\prochazka
2024-12-16 15:19:54 +01:00
parent 2fc2ac491c
commit 939f04ae62
6 changed files with 26 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
export let data;
export let filter;
export let isExpandedOnlyBySearch;
</script>
<AppObjectList
@@ -16,4 +17,5 @@
}))}
module={columnAppObject}
{filter}
{isExpandedOnlyBySearch}
/>