Skip to content
Snippets Groups Projects
Unverified Commit 52d9eec9 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix Select CSP errors (#34365)

parent 6c99f746
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ export const getSelectOverrides = (): MantineThemeOverride["components"] => ({
Select: {
defaultProps: {
withinPortal: true,
dropdownComponent: "div",
itemComponent: SelectItem,
maxDropdownHeight: 512,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment