Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsmosowi authored Feb 17, 2023
1 parent 9527511 commit ebb8b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/fields/Array/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export const config: IFieldConfig = {
popoverProps: { PaperProps: { sx: { p: 1, minWidth: "200px" } } },
}),
SideDrawerField,
requireConfiguration: true,
requireConfiguration: false,
};
export default config;

0 comments on commit ebb8b85

Please sign in to comment.