We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce66662 commit 33cb28dCopy full SHA for 33cb28d
src/hooks/use-block-color-schemes.js
@@ -68,7 +68,7 @@ export const useBlockColorSchemes = () => {
68
// get color groups for color palette picker.
69
const getColorGroups = () => {
70
if ( hideColorSchemeColors ) {
71
- return []
+ return { colorSchemeColors: [], colorSchemeGradients: [] }
72
}
73
74
const colorSchemeColors = []
0 commit comments