diff --git a/awx/ui_next/src/screens/Template/Survey/MultipleChoiceField.jsx b/awx/ui_next/src/screens/Template/Survey/MultipleChoiceField.jsx index b3f3a8689a..dff223d7f6 100644 --- a/awx/ui_next/src/screens/Template/Survey/MultipleChoiceField.jsx +++ b/awx/ui_next/src/screens/Template/Survey/MultipleChoiceField.jsx @@ -69,6 +69,7 @@ function MultipleChoiceField({ label, tooltip }) { {formattedChoicesField.value.map(({ choice, isDefault, id }, i) => ( { if ( @@ -111,7 +112,7 @@ function MultipleChoiceField({ label, tooltip }) {