mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Comments removed
This commit is contained in:
parent
73f630668a
commit
2481bda0c8
1 changed files with 0 additions and 1 deletions
|
|
@ -40,7 +40,6 @@ export const createCodeHinterSlice = (set, get) => ({
|
|||
const isServerSideGlobalEnabled = !!get()?.license?.featureAccess?.serverSideGlobal;
|
||||
const serverHints = [];
|
||||
const hints = get().getSuggestions();
|
||||
console.log('isServerSideGlobalEnabled', isServerSideGlobalEnabled, 'isInsideQueryManager', isInsideQueryManager);
|
||||
if (isInsideQueryManager && isServerSideGlobalEnabled) {
|
||||
serverHints.push({ hint: 'globals.server', type: 'Object' });
|
||||
hints?.appHints?.forEach((appHint) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue