.
This commit is contained in:
parent
0eccbfa717
commit
4401bef434
@ -338,7 +338,6 @@ export const SettingsEditor = () => {
|
|||||||
autoSize
|
autoSize
|
||||||
placeholder={t("settings.form_fields.default_notes.placeholder")}
|
placeholder={t("settings.form_fields.default_notes.placeholder")}
|
||||||
name='default_notes'
|
name='default_notes'
|
||||||
required
|
|
||||||
/>
|
/>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardFooter className='px-6 py-4 border-t'>
|
<CardFooter className='px-6 py-4 border-t'>
|
||||||
@ -364,7 +363,6 @@ export const SettingsEditor = () => {
|
|||||||
rows={25}
|
rows={25}
|
||||||
placeholder={t("settings.form_fields.default_legal_terms.placeholder")}
|
placeholder={t("settings.form_fields.default_legal_terms.placeholder")}
|
||||||
name='default_legal_terms'
|
name='default_legal_terms'
|
||||||
required
|
|
||||||
/>
|
/>
|
||||||
</CardContent>
|
</CardContent>
|
||||||
<CardFooter className='px-6 py-4 border-t'>
|
<CardFooter className='px-6 py-4 border-t'>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user