From aace8f5032d63daf35f80e4f65611f8bbe8c8f61 Mon Sep 17 00:00:00 2001 From: nixocio Date: Tue, 11 Aug 2020 16:44:03 -0400 Subject: [PATCH] Remove undefined prop from SelectedList call Remove undefined prop from `SelectedList` call. --- awx/ui_next/src/components/OptionsList/OptionsList.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui_next/src/components/OptionsList/OptionsList.jsx b/awx/ui_next/src/components/OptionsList/OptionsList.jsx index a3b4b39922..b2242d7202 100644 --- a/awx/ui_next/src/components/OptionsList/OptionsList.jsx +++ b/awx/ui_next/src/components/OptionsList/OptionsList.jsx @@ -49,7 +49,6 @@ function OptionsList({ deselectItem(item)} isReadOnly={readOnly} renderItemChip={renderItemChip}