Update packages/frontend/src/components/MkEmbedCodeGenDialog.vue
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
parent
8c2c8aca6e
commit
e5261aa86e
|
@ -169,7 +169,7 @@ const {
|
|||
{ value: 'light', label: i18n.ts.light },
|
||||
{ value: 'dark', label: i18n.ts.dark },
|
||||
],
|
||||
initialValue: 'auto',
|
||||
initialValue: props.params?.colorMode ?? 'auto',
|
||||
});
|
||||
|
||||
const rounded = ref(props.params?.rounded ?? true);
|
||||
|
|
Loading…
Reference in New Issue