diff --git a/src/routes/components/ServerPartsGrid.svelte b/src/routes/components/ServerPartsGrid.svelte index 9b86125..dc058cf 100644 --- a/src/routes/components/ServerPartsGrid.svelte +++ b/src/routes/components/ServerPartsGrid.svelte @@ -171,30 +171,32 @@ {/if} - {#if gridApi && filterMenuOpen} - {#each checkboxFilterDefs as { label, column } (`${uid}-${column}`)} + {#if gridApi} +