mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
notification templates: fix un-select all
This commit is contained in:
@@ -124,7 +124,7 @@ function NotificationTemplatesList({ i18n }) {
|
|||||||
{...props}
|
{...props}
|
||||||
showSelectAll
|
showSelectAll
|
||||||
isAllSelected={isAllSelected}
|
isAllSelected={isAllSelected}
|
||||||
onSelectAll={() => setSelected([...templates])}
|
onSelectAll={set => setSelected(set ? [...templates] : [])}
|
||||||
qsConfig={QS_CONFIG}
|
qsConfig={QS_CONFIG}
|
||||||
additionalControls={[
|
additionalControls={[
|
||||||
...(canAdd
|
...(canAdd
|
||||||
|
|||||||
Reference in New Issue
Block a user