mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Add processing to list of statuses in migrations
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
return 'failed';
|
||||
} else if (status === 'completed') {
|
||||
return 'completed';
|
||||
} else if (status === 'processing') {
|
||||
return 'processing';
|
||||
}
|
||||
|
||||
return 'pending';
|
||||
|
||||
Reference in New Issue
Block a user