lookup values only for SQL databases

This commit is contained in:
Jan Prochazka
2021-11-22 19:18:51 +01:00
parent 4914c815c0
commit c3587ff4cc

View File

@@ -266,7 +266,7 @@
class:isOk class:isOk
placeholder="Filter" placeholder="Filter"
/> />
{#if conid && database} {#if conid && database && driver && !driver?.dialect?.nosql}
{#if foreignKey} {#if foreignKey}
<InlineButton on:click={handleShowDictionary} narrow square> <InlineButton on:click={handleShowDictionary} narrow square>
<FontIcon icon="icon dots-horizontal" /> <FontIcon icon="icon dots-horizontal" />