mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
up
This commit is contained in:
@@ -14,7 +14,7 @@ export const getDefaultUiConfig = (colors?: string[]) => ({
|
||||
}, [...(colors || []), 'neutral' as any]),
|
||||
icons,
|
||||
csp: {
|
||||
nonce: false
|
||||
nonce: ''
|
||||
}
|
||||
})
|
||||
|
||||
@@ -27,7 +27,7 @@ export const defaultOptions = {
|
||||
transitions: true
|
||||
},
|
||||
csp: {
|
||||
nonce: false
|
||||
nonce: ''
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user