Fix disabled prop on notification button

This commit is contained in:
mabashian 2020-12-16 09:20:30 -05:00
parent e9a51c0bcc
commit a0afe0bdb7

View File

@ -133,7 +133,7 @@ function NotificationTemplateListItem({
aria-label={i18n._(t`Test Notification`)}
variant="plain"
onClick={sendTestNotification}
disabled={isLoading}
isDisabled={isLoading || status === 'running'}
>
<BellIcon />
</Button>