diff --git a/packages/forms/src/UIForm/fields/Code/Code.component.tsx b/packages/forms/src/UIForm/fields/Code/Code.component.tsx index 28b9439650a..94f4dd16349 100644 --- a/packages/forms/src/UIForm/fields/Code/Code.component.tsx +++ b/packages/forms/src/UIForm/fields/Code/Code.component.tsx @@ -18,6 +18,8 @@ import { I18N_DOMAIN_FORMS } from '../../../constants'; import CodeSkeleton from './CodeSkeleton.component'; import { IAceEditorProps } from 'react-ace'; +declare const ace: any; + // JMA - TO REMOVE // // TEMP DOC LINKS