diff --git a/.github/workflows/pr_undeploy.yaml b/.github/workflows/pr_undeploy.yaml index 511127605..4af91cbc7 100644 --- a/.github/workflows/pr_undeploy.yaml +++ b/.github/workflows/pr_undeploy.yaml @@ -22,6 +22,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Install OpenShift CLI tools + uses: redhat-actions/openshift-tools-installer@v1 + with: + oc: "4.14" - name: Login to OpenShift Cluster uses: redhat-actions/oc-login@v1 with: diff --git a/app/frontend/src/components/designer/FormViewerActions.vue b/app/frontend/src/components/designer/FormViewerActions.vue index cd274f32b..116b43258 100644 --- a/app/frontend/src/components/designer/FormViewerActions.vue +++ b/app/frontend/src/components/designer/FormViewerActions.vue @@ -1,6 +1,6 @@