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