mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 06:36:00 +00:00
clickhouse: show sorting key
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user