This commit is contained in:
Jan Prochazka
2022-02-13 09:52:50 +01:00
parent 4871d198aa
commit 0be3f7a6d4

View File

@@ -42,5 +42,5 @@
{#if quickExportHandlerRef && electron} {#if quickExportHandlerRef && electron}
<ToolStripDropDownButton menu={getExportMenu} label="Export" icon="icon export" /> <ToolStripDropDownButton menu={getExportMenu} label="Export" icon="icon export" />
{:else} {:else}
<ToolStripCommandButton command="sqlDataGrid.export" /> <ToolStripCommandButton {command} />
{/if} {/if}