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 fdaf097 commit 36fb106Copy full SHA for 36fb106
framework/core/js/src/admin/components/MailPage.tsx
@@ -93,7 +93,7 @@ export default class MailPage<CustomAttrs extends IPageAttrs = IPageAttrs> exten
93
mailSettingItems(): ItemList<Mithril.Children> {
94
const items = new ItemList<Mithril.Children>();
95
96
- const fields = this.driverFields![this.setting('mail_driver')()];
+ const fields = this.driverFields![this.setting('mail_driver')()] || {};
97
const fieldKeys = Object.keys(fields);
98
99
if (this.status!.sending) {
0 commit comments