Skip to content

Commit

Permalink
fix(web): make custom css textarea optional
Browse files Browse the repository at this point in the history
  • Loading branch information
michelheusschen committed Nov 23, 2024
1 parent 6d49298 commit 7295b99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
label={$t('admin.theme_custom_css_settings')}
description={$t('admin.theme_custom_css_settings_description')}
bind:value={config.theme.customCss}
required={true}
isEdited={config.theme.customCss !== savedConfig.theme.customCss}
/>

Expand Down

0 comments on commit 7295b99

Please sign in to comment.