From fddccccadf6e15868fa9f04a46c72e2efee105e6 Mon Sep 17 00:00:00 2001 From: Ramez Weissa Date: Wed, 21 Aug 2024 15:01:52 +0300 Subject: [PATCH] refactor: delete unneeded code --- .github/workflows/deploy-to-control-plane-review.yml | 4 ---- .../app/bundles/comments/rescript/CommentForm/CommentForm.res | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/deploy-to-control-plane-review.yml b/.github/workflows/deploy-to-control-plane-review.yml index f332b7507..e0deab9d5 100644 --- a/.github/workflows/deploy-to-control-plane-review.yml +++ b/.github/workflows/deploy-to-control-plane-review.yml @@ -6,10 +6,6 @@ name: Deploy Review App to Control Plane on: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: - # inputs: - # pr_number: - # description: 'Pull request number' - # required: false # Triggers the workflow on pull request events pull_request: diff --git a/client/app/bundles/comments/rescript/CommentForm/CommentForm.res b/client/app/bundles/comments/rescript/CommentForm/CommentForm.res index c075452d6..db964269b 100644 --- a/client/app/bundles/comments/rescript/CommentForm/CommentForm.res +++ b/client/app/bundles/comments/rescript/CommentForm/CommentForm.res @@ -90,7 +90,7 @@ let make = (~fetchData) => { } let forms: array = [ - {formName: "Horizontal Form XXXX", formType: Horizontal}, + {formName: "Horizontal Form", formType: Horizontal}, {formName: "Inline Form", formType: Inline}, {formName: "Stacked Form", formType: Stacked}, ]