mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 21:24:19 +00:00
merged in main and pyl passes
This commit is contained in:
parent
2e334d3bb1
commit
22420d0efb
@ -6,7 +6,16 @@ import {
|
||||
useSearchParams,
|
||||
} from 'react-router-dom';
|
||||
// @ts-ignore
|
||||
import { Button, Modal, Content, Tabs, TabList, Tab, TabPanels, TabPanel } from '@carbon/react';
|
||||
import {
|
||||
Button,
|
||||
Modal,
|
||||
Content,
|
||||
Tabs,
|
||||
TabList,
|
||||
Tab,
|
||||
TabPanels,
|
||||
TabPanel,
|
||||
} from '@carbon/react';
|
||||
import Row from 'react-bootstrap/Row';
|
||||
import Col from 'react-bootstrap/Col';
|
||||
|
||||
@ -399,10 +408,10 @@ export default function ProcessModelEditDiagram() {
|
||||
|
||||
const jsonEditorOptions = () => {
|
||||
return Object.assign(generalEditorOptions(), {
|
||||
minimap: { enabled: false },
|
||||
folding: true
|
||||
minimap: { enabled: false },
|
||||
folding: true,
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
const setPreviousScriptUnitTest = () => {
|
||||
resetUnitTextResult();
|
||||
|
Loading…
x
Reference in New Issue
Block a user