Merge branch 'dev' into feature/support_auth_by_api_key

This commit is contained in:
Timothy Jaeryang Baek
2024-04-02 09:12:19 -07:00
committed by GitHub
35 changed files with 1231 additions and 325 deletions

View File

@@ -258,6 +258,9 @@
console.log(error);
}
}
} else {
const error = await fileResponse?.json();
toast.error(error?.detail ?? error);
}
if (uploaded) {