mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-11-22 14:06:31 +01:00
improve file upload (progress bar & validation) (#317)
* validate file * fix app_diff * rename types and functions * use accessible custom progress bar over native html
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- template/app/src/file-upload/operations.ts
|
||||
+++ opensaas-sh/app/src/file-upload/operations.ts
|
||||
@@ -21,6 +21,18 @@
|
||||
@@ -18,6 +18,18 @@
|
||||
throw new HttpError(401);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user