mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 03:01:06 -03:30
added id to survey list items
This commit is contained in:
@@ -39,7 +39,10 @@ function SurveyListItem({
|
||||
onMoveDown,
|
||||
}) {
|
||||
return (
|
||||
<DataListItem aria-labelledby={i18n._(t`Survey questions`)}>
|
||||
<DataListItem
|
||||
aria-labelledby={i18n._(t`Survey questions`)}
|
||||
id={`survey-list-item-${question.variable}`}
|
||||
>
|
||||
<DataListItemRow css="padding-left:16px">
|
||||
<DataListAction
|
||||
id="sortQuestions"
|
||||
|
||||
Reference in New Issue
Block a user