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 10517f6 commit 54ca992Copy full SHA for 54ca992
framework/core/js/src/admin/components/MailPage.tsx
@@ -96,7 +96,7 @@ export default class MailPage<CustomAttrs extends IPageAttrs = IPageAttrs> exten
96
const fields = this.driverFields![this.setting('mail_driver')()] || {};
97
const fieldKeys = Object.keys(fields);
98
99
- if (this.status!.sending) {
+ if (!this.status!.sending) {
100
items.add('status', <Alert dismissible={false}>{app.translator.trans('core.admin.email.not_sending_message')}</Alert>);
101
}
102
0 commit comments