mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 07:48:39 -05:00
Fix disabled prop on notification button
This commit is contained in:
+1
-1
@@ -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