mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
add setOptions={{useWorker:false}} to all <AceEditor instances - fixes localdev "worker" error
This commit is contained in:
@ -337,6 +337,7 @@ export default function DataBagViewer({dataBagId}: Props): JSX.Element
|
||||
name={"viewData"}
|
||||
readOnly
|
||||
highlightActiveLine={false}
|
||||
setOptions={{useWorker: false}}
|
||||
editorProps={{$blockScrolling: true}}
|
||||
width="100%"
|
||||
height="400px"
|
||||
|
Reference in New Issue
Block a user