Skip to content

Commit

Permalink
Merge pull request #80 from opengovsg/release-4.30.1
Browse files Browse the repository at this point in the history
[develop] Release 4.30.1
  • Loading branch information
mantariksh authored Aug 7, 2020
2 parents b50cf6b + 9ea64ac commit 7d70fdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "FormSG",
"description": "Form Manager for Government",
"version": "4.30.0",
"version": "4.30.1",
"homepage": "https://form.gov.sg",
"authors": [
"FormSG <[email protected]>"
Expand Down Expand Up @@ -224,4 +224,4 @@
"webpack-merge": "^4.1.3",
"worker-loader": "^2.0.0"
}
}
}
2 changes: 1 addition & 1 deletion src/shared/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Enum of actions that can be used to edit a form field
export enum EditFieldActions {
Create = 'Create',
Create = 'CREATE',
Duplicate = 'DUPLICATE',
Reorder = 'REORDER',
Update = 'UPDATE',
Expand Down

0 comments on commit 7d70fdb

Please sign in to comment.