Skip to content
This repository has been archived by the owner on Jul 17, 2022. It is now read-only.

Commit

Permalink
Hotfix the photoUris field (#167)
Browse files Browse the repository at this point in the history
  • Loading branch information
deammer authored Jun 16, 2021
1 parent 7260fca commit 84ea3d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/pages/offers/CreateOfferForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ const OfferForm: FunctionComponent<Props> = (props) => {
input.contact.signal = input.contact?.signal || undefined
}

input.photoUris = input.photoUris || []

props.onSubmit(input)
}

Expand Down

0 comments on commit 84ea3d6

Please sign in to comment.