mirror of
https://github.com/ansible/awx.git
synced 2026-05-13 12:27:37 -02:30
added id to survey list items
This commit is contained in:
@@ -39,7 +39,10 @@ function SurveyListItem({
|
|||||||
onMoveDown,
|
onMoveDown,
|
||||||
}) {
|
}) {
|
||||||
return (
|
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">
|
<DataListItemRow css="padding-left:16px">
|
||||||
<DataListAction
|
<DataListAction
|
||||||
id="sortQuestions"
|
id="sortQuestions"
|
||||||
|
|||||||
Reference in New Issue
Block a user