Skip to content

Commit

Permalink
Merge pull request #64 from bettyblocks/feat/single-image-upload-PAGE…
Browse files Browse the repository at this point in the history
…-1810

feat: add image to BettyInputs
  • Loading branch information
benjamin-rocks authored Sep 14, 2022
2 parents 33bc65c + 22dc6af commit 07e45eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/prefabs/types/constants/BettyPrefabs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ export const BettyPrefabs = {
TIME: 'TimePicker Beta',
UPDATE_FORM: 'Update Form Beta',
URL: 'Url Beta',
FILE: 'File Upload Beta'
FILE: 'File Upload Beta',
IMAGE: 'Image Upload Beta'
};

0 comments on commit 07e45eb

Please sign in to comment.