fix: select defaults not working
This commit is contained in:
parent
9fdd2c7c17
commit
b7bd5096b6
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ function UserCSSSettingsModal({ modalProps, theme }: UserCSSSettingsModalProps)
|
||||||
|
|
||||||
key: option.name,
|
key: option.name,
|
||||||
value: option.value,
|
value: option.value,
|
||||||
default: varInfo.default === option.value,
|
default: varInfo.default === option.name,
|
||||||
label: option.label
|
label: option.label
|
||||||
} as ComponentTypes.SelectOption));
|
} as ComponentTypes.SelectOption));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue