fix: files page timeout (#749)

This commit is contained in:
Kristin Aoki
2023-12-15 16:55:24 -05:00
committed by GitHub
parent 75eb0c307e
commit 476f779e76
13 changed files with 308 additions and 174 deletions

View File

@@ -12,6 +12,7 @@ export const RequestStatus = {
DENIED: 'denied',
PENDING: 'pending',
CLEAR: 'clear',
PARTIAL: 'partial',
};
/**