refactor: modal redesign and fix for transitions (#2987)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import 'ace-builds/src-noconflict/ace';
|
||||
import 'ace-builds/src-noconflict/mode-json';
|
||||
import 'ace-builds/src-noconflict/theme-dracula';
|
||||
import type { HTMLAttributes } from 'react';
|
||||
import AceEditor from 'react-ace';
|
||||
|
||||
interface JSONEditorProps extends HTMLAttributes<HTMLDivElement> {
|
||||
name: string;
|
||||
value: string;
|
||||
|
||||
Reference in New Issue
Block a user