show json icon in perspectives

This commit is contained in:
Jan Prochazka
2022-10-13 14:09:08 +02:00
parent 0028240552
commit 225518df3e
6 changed files with 24 additions and 4 deletions

View File

@@ -23,8 +23,9 @@
export let foreignKey;
export let conid = undefined;
export let database = undefined;
export let iconOverride = undefined;
$: icon = getColumnIcon($$props, forceIcon);
$: icon = iconOverride || getColumnIcon($$props, forceIcon);
</script>
<span class="label" class:notNull>