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}, ]