Skip to content

Commit

Permalink
refactor: delete unneeded code
Browse files Browse the repository at this point in the history
  • Loading branch information
rameziophobia committed Aug 25, 2024
1 parent 79b7cec commit fddcccc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-to-control-plane-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ let make = (~fetchData) => {
}

let forms: array<formData> = [
{formName: "Horizontal Form XXXX", formType: Horizontal},
{formName: "Horizontal Form", formType: Horizontal},
{formName: "Inline Form", formType: Inline},
{formName: "Stacked Form", formType: Stacked},
]
Expand Down

0 comments on commit fddcccc

Please sign in to comment.