From ae38c11211977a53fc9971d9a40391aaebe207ec Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Mon, 14 Dec 2020 16:44:25 -0500 Subject: [PATCH] Upgrade PatternFly dependencies --- awx/ui_next/package.json | 6 +++--- .../src/screens/Template/Survey/SurveyPreviewModal.jsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/awx/ui_next/package.json b/awx/ui_next/package.json index c016217a44..e28ff7fb92 100644 --- a/awx/ui_next/package.json +++ b/awx/ui_next/package.json @@ -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", diff --git a/awx/ui_next/src/screens/Template/Survey/SurveyPreviewModal.jsx b/awx/ui_next/src/screens/Template/Survey/SurveyPreviewModal.jsx index 94aab7ce3f..d542c1b56b 100644 --- a/awx/ui_next/src/screens/Template/Survey/SurveyPreviewModal.jsx +++ b/awx/ui_next/src/screens/Template/Survey/SurveyPreviewModal.jsx @@ -65,7 +65,7 @@ function SurveyPreviewModal({ type={`survey-preview-textArea-${q.variable}`} value={q.default} aria-label={i18n._(t`Text Area`)} - disabled + isDisabled /> )}