mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 21:19:22 -02:30
Merge pull request #8899 from marshmalien/patternfly-upgrade
Upgrade PatternFly dependencies Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lingui/react": "^2.9.1",
|
"@lingui/react": "^2.9.1",
|
||||||
"@patternfly/patternfly": "4.59.1",
|
"@patternfly/patternfly": "4.70.2",
|
||||||
"@patternfly/react-core": "4.75.2",
|
"@patternfly/react-core": "4.84.3",
|
||||||
"@patternfly/react-icons": "4.7.16",
|
"@patternfly/react-icons": "4.7.22",
|
||||||
"ansi-to-html": "^0.6.11",
|
"ansi-to-html": "^0.6.11",
|
||||||
"axios": "^0.18.1",
|
"axios": "^0.18.1",
|
||||||
"codemirror": "^5.47.0",
|
"codemirror": "^5.47.0",
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ function SurveyPreviewModal({
|
|||||||
type={`survey-preview-textArea-${q.variable}`}
|
type={`survey-preview-textArea-${q.variable}`}
|
||||||
value={q.default}
|
value={q.default}
|
||||||
aria-label={i18n._(t`Text Area`)}
|
aria-label={i18n._(t`Text Area`)}
|
||||||
disabled
|
isDisabled
|
||||||
/>
|
/>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user