mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
Open first section by default in email settings
no refs. - All the sections of the accordion in Email newsletter settings is closed by default. Opening the first section makes the workflow quicker.
This commit is contained in:
parent
41484e60a3
commit
d3fb88ecb3
@ -13,7 +13,7 @@ export default class EditNewsletterModal extends Component {
|
||||
ignoreBackdropClick: true
|
||||
};
|
||||
|
||||
@tracked openSection = null;
|
||||
@tracked openSection = 'name';
|
||||
|
||||
willDestroy() {
|
||||
super.willDestroy(...arguments);
|
||||
|
Loading…
Reference in New Issue
Block a user