We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c89f81 commit 00329eaCopy full SHA for 00329ea
framework/core/js/src/admin/components/MailPage.tsx
@@ -98,7 +98,7 @@ export default class MailPage<CustomAttrs extends IPageAttrs = IPageAttrs> exten
98
99
contentItems(): ItemList<Mithril.Children> {
100
const items = new ItemList<Mithril.Children>();
101
- const fields = this.driverFields![this.setting('mail_driver')()];
+ const fields = this.driverFields![this.setting('mail_driver')()] || {};
102
const fieldKeys = Object.keys(fields);
103
104
items.add(
0 commit comments