diff --git a/awx/ui_next/src/components/Lookup/CredentialLookup.jsx b/awx/ui_next/src/components/Lookup/CredentialLookup.jsx index bd22183782..97edad1d97 100644 --- a/awx/ui_next/src/components/Lookup/CredentialLookup.jsx +++ b/awx/ui_next/src/components/Lookup/CredentialLookup.jsx @@ -33,10 +33,10 @@ function CredentialLookup({ credentialTypeId, credentialTypeKind, credentialTypeNamespace, - draggable, fieldName, helperTextInvalid, isDisabled, + isSelectedDraggable, isValid, label, modalDescription, @@ -215,7 +215,7 @@ function CredentialLookup({ dispatch({ type: 'SET_SELECTED_ITEMS', selectedItems }) } multiple={multiple} - draggable={draggable} + isSelectedDraggable={isSelectedDraggable} /> )} /> diff --git a/awx/ui_next/src/components/OptionsList/OptionsList.jsx b/awx/ui_next/src/components/OptionsList/OptionsList.jsx index 9180e0e11d..f271c7cb74 100644 --- a/awx/ui_next/src/components/OptionsList/OptionsList.jsx +++ b/awx/ui_next/src/components/OptionsList/OptionsList.jsx @@ -26,9 +26,9 @@ function OptionsList({ contentError, deselectItem, displayKey, - draggable, header, isLoading, + isSelectedDraggable, multiple, name, optionCount, @@ -46,7 +46,7 @@ function OptionsList({ }) { let selectionPreview = null; if (value.length > 0) { - if (draggable) { + if (isSelectedDraggable) { selectionPreview = ( { setId(newId); - setLiveText(t`Dragging tarted for item id: ${newId}.`); + setLiveText(t`Dragging started for item id: ${newId}.`); }; const onDragMove = (oldIndex, newIndex) => { diff --git a/awx/ui_next/src/screens/Organization/shared/OrganizationForm.jsx b/awx/ui_next/src/screens/Organization/shared/OrganizationForm.jsx index 6a05672d3f..f5d37b56dc 100644 --- a/awx/ui_next/src/screens/Organization/shared/OrganizationForm.jsx +++ b/awx/ui_next/src/screens/Organization/shared/OrganizationForm.jsx @@ -106,7 +106,7 @@ function OrganizationFormFields({ onChange={handleCredentialUpdate} value={galaxyCredentialsField.value} multiple - draggable + isSelectedDraggable fieldName="galaxy_credentials" modalDescription={ <>