mirror of
https://github.com/flarum/core.git
synced 2025-07-29 12:40:40 +02:00
Remove class from text input
This commit is contained in:
committed by
Daniël Klabbers
parent
66064ca9be
commit
f949b0a28e
@@ -55,7 +55,6 @@ export default class MailPage extends AdminPage {
|
|||||||
type: 'text',
|
type: 'text',
|
||||||
setting: 'mail_from',
|
setting: 'mail_from',
|
||||||
label: app.translator.trans('core.admin.email.addresses_heading'),
|
label: app.translator.trans('core.admin.email.addresses_heading'),
|
||||||
className: 'MailPage-MailSettings',
|
|
||||||
})}
|
})}
|
||||||
{this.buildSettingComponent({
|
{this.buildSettingComponent({
|
||||||
type: 'select',
|
type: 'select',
|
||||||
|
Reference in New Issue
Block a user