chore: this should be broken

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-04-26 17:53:18 +02:00
parent 1c907ad726
commit a9495557c1
3 changed files with 11 additions and 7 deletions
+3 -2
View File
@@ -42,9 +42,10 @@
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@rjsf/core": "^3.2.1",
"@rjsf/material-ui": "^3.2.1",
"@rjsf/core": "5.6.0",
"@rjsf/material-ui": "5.6.0",
"@rjsf/utils": "5.6.0",
"@rjsf/validator-ajv8": "5.6.0",
"@types/react": "^16.13.1 || ^17.0.0",
"lodash": "^4.17.21",
"object-hash": "^3.0.0",
@@ -27,7 +27,9 @@ import SettingsIcon from '@material-ui/icons/Settings';
import DeleteIcon from '@material-ui/icons/Delete';
import React from 'react';
import { Widget } from './types';
import Form from '@rjsf/material-ui';
import { withTheme } from '@rjsf/core';
const Form = withTheme(require('@rjsf/material-ui').Theme);
const useStyles = makeStyles((theme: Theme) =>
createStyles({