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 f8e9c44 commit e85d933Copy full SHA for e85d933
components/gmail/actions/create-label/create-label.mjs
@@ -20,14 +20,14 @@ export default {
20
label: "Text Color",
21
description: "The text color of the label",
22
options: labelColors,
23
- optional: true,
+ optional: false,
24
},
25
backgroundColor: {
26
type: "string",
27
label: "Background Color",
28
description: "The background color of the label",
29
30
31
32
messageListVisibility: {
33
0 commit comments