From 8198f045f9b0633f280333e88e38e7a80909dce3 Mon Sep 17 00:00:00 2001 From: Alex Corey Date: Mon, 12 Jul 2021 14:42:38 -0400 Subject: [PATCH] removes unnecessary prop --- .../src/components/Schedule/ScheduleList/ScheduleList.jsx | 1 - .../Application/ApplicationTokens/ApplicationTokenList.jsx | 1 - .../Application/ApplicationsList/ApplicationsList.jsx | 1 - .../screens/Credential/CredentialList/CredentialList.jsx | 1 - .../CredentialTypeList/CredentialTypeList.jsx | 1 - .../ExecutionEnvironmentList/ExecutionEnvironmentList.jsx | 1 - awx/ui_next/src/screens/Host/HostGroups/HostGroupsList.jsx | 1 - awx/ui_next/src/screens/Host/HostList/HostList.jsx | 1 - .../InstanceGroup/InstanceGroupList/InstanceGroupList.jsx | 1 - .../src/screens/InstanceGroup/Instances/InstanceList.jsx | 1 - .../InventoryGroupHosts/InventoryGroupHostList.jsx | 1 - .../Inventory/InventoryGroups/InventoryGroupsList.jsx | 1 - .../InventoryHostGroups/InventoryHostGroupsList.jsx | 1 - .../screens/Inventory/InventoryHosts/InventoryHostList.jsx | 1 - .../src/screens/Inventory/InventoryList/InventoryList.jsx | 1 - .../InventoryRelatedGroups/InventoryRelatedGroupList.jsx | 1 - .../Inventory/InventorySources/InventorySourceList.jsx | 1 - .../SmartInventoryHosts/SmartInventoryHostList.jsx | 1 - .../ManagementJob/ManagementJobList/ManagementJobList.jsx | 6 +----- .../NotificationTemplateList/NotificationTemplateList.jsx | 1 - .../Organization/OrganizationList/OrganizationList.jsx | 1 - .../ProjectJobTemplatesList/ProjectJobTemplatesList.jsx | 1 - awx/ui_next/src/screens/Team/TeamList/TeamList.jsx | 1 - awx/ui_next/src/screens/User/UserList/UserList.jsx | 1 - awx/ui_next/src/screens/User/UserTeams/UserTeamList.jsx | 1 - .../src/screens/User/UserTokenList/UserTokenList.jsx | 1 - .../WorkflowApprovalList/WorkflowApprovalList.jsx | 1 - 27 files changed, 1 insertion(+), 31 deletions(-) diff --git a/awx/ui_next/src/components/Schedule/ScheduleList/ScheduleList.jsx b/awx/ui_next/src/components/Schedule/ScheduleList/ScheduleList.jsx index 3ed3db2a44..28e09840ae 100644 --- a/awx/ui_next/src/components/Schedule/ScheduleList/ScheduleList.jsx +++ b/awx/ui_next/src/components/Schedule/ScheduleList/ScheduleList.jsx @@ -204,7 +204,6 @@ function ScheduleList({ renderToolbar={props => ( ( ( ( ( ( ( ( ( ( ( setSelected(isSelected ? [...hosts] : []) diff --git a/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.jsx b/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.jsx index 28981c9be9..2d759d3fb0 100644 --- a/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.jsx +++ b/awx/ui_next/src/screens/Inventory/InventoryGroups/InventoryGroupsList.jsx @@ -159,7 +159,6 @@ function InventoryGroupsList() { renderToolbar={props => ( ( ( ( ( setSelected(isSelected ? [...groups] : []) diff --git a/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceList.jsx b/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceList.jsx index 14787eb602..c998869c9d 100644 --- a/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceList.jsx +++ b/awx/ui_next/src/screens/Inventory/InventorySources/InventorySourceList.jsx @@ -169,7 +169,6 @@ function InventorySourceList() { renderToolbar={props => ( ( ( - + )} headerRow={ diff --git a/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx index b3abf09f1e..be14f2f779 100644 --- a/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx +++ b/awx/ui_next/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.jsx @@ -176,7 +176,6 @@ function NotificationTemplatesList() { renderToolbar={props => ( ( ( ( ( ( ( (