Upgrade PatternFly dependencies

This commit is contained in:
Marliana Lara 2020-12-14 16:44:25 -05:00
parent 3b2ff25f3c
commit ae38c11211
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
2 changed files with 4 additions and 4 deletions

View File

@ -7,9 +7,9 @@
},
"dependencies": {
"@lingui/react": "^2.9.1",
"@patternfly/patternfly": "4.59.1",
"@patternfly/react-core": "4.75.2",
"@patternfly/react-icons": "4.7.16",
"@patternfly/patternfly": "4.70.2",
"@patternfly/react-core": "4.84.3",
"@patternfly/react-icons": "4.7.22",
"ansi-to-html": "^0.6.11",
"axios": "^0.18.1",
"codemirror": "^5.47.0",

View File

@ -65,7 +65,7 @@ function SurveyPreviewModal({
type={`survey-preview-textArea-${q.variable}`}
value={q.default}
aria-label={i18n._(t`Text Area`)}
disabled
isDisabled
/>
</FormGroup>
)}