mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 01:18:23 +00:00
Merge pull request #11228 from ToolJet/fix/app-crashing
Breaking app fix
This commit is contained in:
commit
e50a22df70
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React, { useEffect, useState } from 'react';
|
||||
import _, { isEmpty } from 'lodash';
|
||||
import Select from '@/_ui/Select';
|
||||
import CodeHinter from '@/Editor/CodeEditor';
|
||||
import CodeHinter from '@/AppBuilder/CodeEditor';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
import { ButtonSolid } from '@/_ui/AppButton/AppButton';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import { ButtonSolid } from '@/_ui/AppButton/AppButton';
|
||||
import AddRectangle from '@/_ui/Icon/bulkIcons/AddRectangle';
|
||||
import CodeHinter from '@/Editor/CodeEditor';
|
||||
import CodeHinter from '@/AppBuilder/CodeEditor';
|
||||
import InfoIcon from '@assets/images/icons/info.svg';
|
||||
import Trash from '@/_ui/Icon/solidIcons/Trash';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import { ButtonSolid } from '@/_ui/AppButton/AppButton';
|
||||
import AddRectangle from '@/_ui/Icon/bulkIcons/AddRectangle';
|
||||
import CodeHinter from '@/Editor/CodeEditor';
|
||||
import CodeHinter from '@/AppBuilder/CodeEditor';
|
||||
import InfoIcon from '@assets/images/icons/info.svg';
|
||||
import Trash from '@/_ui/Icon/solidIcons/Trash';
|
||||
import Select from '@/_ui/Select';
|
||||
|
|
|
|||
Loading…
Reference in a new issue