mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 22:26:01 +00:00
fixes
This commit is contained in:
@@ -31,6 +31,7 @@ export default function newTable(connection, database) {
|
||||
},
|
||||
],
|
||||
primaryKey: {
|
||||
constraintType: 'primaryKey',
|
||||
columns: [
|
||||
{
|
||||
columnName: 'id',
|
||||
|
||||
@@ -149,7 +149,7 @@
|
||||
let domEditor;
|
||||
let domToolStrip;
|
||||
let intervalId;
|
||||
let isAiAssistantVisible = localStorage.getItem(`tabdata_isAiAssistantVisible_${tabid}`) == 'true';
|
||||
let isAiAssistantVisible = isProApp() && localStorage.getItem(`tabdata_isAiAssistantVisible_${tabid}`) == 'true';
|
||||
|
||||
onMount(() => {
|
||||
intervalId = setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user