mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-27 11:13:37 -05:00
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