Merge pull request #1441 from GetStream/fix/emptyAttachmentsLabel

fix(ui,localization): change label displayed when there is no photo or videos to attach
This commit is contained in:
Rafal Adasiewicz
2023-01-26 15:45:20 +01:00
committed by GitHub
16 changed files with 51 additions and 4 deletions
@@ -9,6 +9,9 @@
- Fixed a bug where the `AttachmentPickerBottomSheet` was not able to identify the mobile browser.
- Fixed uploading files on Windows - fixed temp file path.
✅ Added
- New `noPhotoOrVideoLabel` displayed when there is no files to choose.
## 5.2.0
✅ Added