mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-07 18:07:44 -06:00
feat: Implement updated receive share logic
This commit is contained in:
@@ -1 +1,8 @@
|
||||
const supportedFileExtensions = ['pdf', 'png', 'tiff', 'gif', 'jpg', 'jpeg'];
|
||||
const supportedFileExtensions = [
|
||||
'.pdf',
|
||||
'.png',
|
||||
'.tiff',
|
||||
'.gif',
|
||||
'.jpg',
|
||||
'.jpeg'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user