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