mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +00:00
fixed community build (missing JslChart.svelte)
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
import useEffect from '../utility/useEffect';
|
||||
import AllResultsTab from './AllResultsTab.svelte';
|
||||
import JslChart from '../charts/JslChart.svelte';
|
||||
import { isProApp } from '../utility/proTools';
|
||||
|
||||
export let tabs = [];
|
||||
export let sessionId;
|
||||
@@ -40,6 +41,9 @@
|
||||
};
|
||||
|
||||
const handleCharts = async props => {
|
||||
if (!isProApp()) {
|
||||
return;
|
||||
}
|
||||
charts = [
|
||||
...charts,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user