Skip to content

Commit c888188

Browse files
author
shuai
committed
fix: admin.themes layout initial value
1 parent f92d3a3 commit c888188

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/src/pages/Admin/Themes/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ const Index: FC = () => {
182182
: DEFAULT_THEME_COLOR;
183183
formMeta.primary_color.value = themeConfig?.primary_color;
184184
formData.color_scheme.value = setting?.color_scheme || 'system';
185+
formData.layout.value = setting?.layout || 'Full-width';
185186
setFormData({ ...formMeta });
186187
}
187188
});

0 commit comments

Comments
 (0)