@@ -29,8 +29,9 @@ import React from 'react';
|
||||
import { Widget } from './types';
|
||||
import { withTheme } from '@rjsf/core-v5';
|
||||
import validator from '@rjsf/validator-ajv8';
|
||||
import { Theme as MuiTheme } from '@rjsf/material-ui';
|
||||
|
||||
const Form = withTheme(require('@rjsf/material-ui').Theme);
|
||||
const Form = withTheme(MuiTheme);
|
||||
|
||||
const useStyles = makeStyles((theme: Theme) =>
|
||||
createStyles({
|
||||
|
||||
Reference in New Issue
Block a user