mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 11:56:00 +00:00
fix
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user