mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
added id to survey list items
This commit is contained in:
parent
5f62426684
commit
a862a00d24
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user