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:
Peter Zimon 2022-08-17 11:42:35 +02:00
parent 41484e60a3
commit d3fb88ecb3

View File

@ -13,7 +13,7 @@ export default class EditNewsletterModal extends Component {
ignoreBackdropClick: true
};
@tracked openSection = null;
@tracked openSection = 'name';
willDestroy() {
super.willDestroy(...arguments);