mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 00:21:30 -03:30
Merge pull request #6467 from dsesami/survey-list-ids
Add IDs to survey list items Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
78db965797
@ -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