mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
SYNC: fixed test
This commit is contained in:
committed by
Diflow
parent
71e0109927
commit
c442c98ecf
@@ -855,6 +855,7 @@
|
||||
{#if isProApp() && visibleResultTabs && !busy}
|
||||
<ToolStripButton
|
||||
icon="icon chart"
|
||||
data-testid="QueryTab_openChartButton"
|
||||
on:click={() => {
|
||||
domResultTabs?.openCurrentChart();
|
||||
}}
|
||||
@@ -865,6 +866,7 @@
|
||||
{#if isProApp() && !visibleResultTabs}
|
||||
<ToolStripButton
|
||||
icon="icon chart"
|
||||
data-testid="QueryTab_detectChartButton"
|
||||
on:click={() => {
|
||||
autoDetectCharts = !autoDetectCharts;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user