mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-27 21:03:29 +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
|
ignoreBackdropClick: true
|
||||||
};
|
};
|
||||||
|
|
||||||
@tracked openSection = null;
|
@tracked openSection = 'name';
|
||||||
|
|
||||||
willDestroy() {
|
willDestroy() {
|
||||||
super.willDestroy(...arguments);
|
super.willDestroy(...arguments);
|
||||||
|
Loading…
Reference in New Issue
Block a user