Update index.tsx

This commit is contained in:
Shams
2023-02-17 17:06:39 +11:00
committed by GitHub
parent 9527511f40
commit ebb8b85374

View File

@@ -25,6 +25,6 @@ export const config: IFieldConfig = {
popoverProps: { PaperProps: { sx: { p: 1, minWidth: "200px" } } },
}),
SideDrawerField,
requireConfiguration: true,
requireConfiguration: false,
};
export default config;