mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 12:20:45 -03:30
Fix disabled prop on notification button
This commit is contained in:
parent
e9a51c0bcc
commit
a0afe0bdb7
@ -133,7 +133,7 @@ function NotificationTemplateListItem({
|
||||
aria-label={i18n._(t`Test Notification`)}
|
||||
variant="plain"
|
||||
onClick={sendTestNotification}
|
||||
disabled={isLoading}
|
||||
isDisabled={isLoading || status === 'running'}
|
||||
>
|
||||
<BellIcon />
|
||||
</Button>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user