clickhouse: show sorting key

This commit is contained in:
SPRINX0\prochazka
2024-09-10 16:14:25 +02:00
parent 18e6200c3b
commit 5c50faa0a2
3 changed files with 25 additions and 5 deletions

View File

@@ -10,8 +10,8 @@
export let showIfEmpty = false;
export let emptyMessage = null;
export let hideDisplayName = false;
export let clickable;
export let onAddNew;
export let clickable = false;
export let onAddNew = null;
</script>
{#if collection?.length > 0 || showIfEmpty || emptyMessage}