We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f92d3a3 commit c888188Copy full SHA for c888188
1 file changed
ui/src/pages/Admin/Themes/index.tsx
@@ -182,6 +182,7 @@ const Index: FC = () => {
182
: DEFAULT_THEME_COLOR;
183
formMeta.primary_color.value = themeConfig?.primary_color;
184
formData.color_scheme.value = setting?.color_scheme || 'system';
185
+ formData.layout.value = setting?.layout || 'Full-width';
186
setFormData({ ...formMeta });
187
}
188
});
0 commit comments