Skip to content

Commit

Permalink
Merge pull request #1211 from culturecreates/bugfix/issue-1210
Browse files Browse the repository at this point in the history
fix: change Search constant to LocationSearch
  • Loading branch information
AbhishekPAnil authored Jul 5, 2024
2 parents f29c76d + 814a720 commit 28a4d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/formFields.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const formTypes = {
TEXTAREA: 'TextArea',
EDITOR: 'Editor',
IMAGE: 'Image',
SEARCH: 'Search',
SEARCH: 'LocationSearch',
};

export const dataTypes = {
Expand Down

0 comments on commit 28a4d55

Please sign in to comment.