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:
@ -111,6 +111,7 @@ function QDynamicFormField({
|
||||
{
|
||||
setFieldValue(name, value, false);
|
||||
}}
|
||||
setOptions={{useWorker: false}}
|
||||
width="100%"
|
||||
height="300px"
|
||||
value={value}
|
||||
|
Reference in New Issue
Block a user