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