mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Prevnet early dpeloynt success screen
This commit is contained in:
+7
-1
@@ -25,7 +25,13 @@
|
||||
)
|
||||
) {
|
||||
deployment = response.payload as Models.Deployment;
|
||||
if (deployment.status === 'ready') {
|
||||
|
||||
const isReady =
|
||||
deployment.status === 'ready' &&
|
||||
deployment.screenshotLight &&
|
||||
deployment.screenshotDark;
|
||||
|
||||
if (isReady) {
|
||||
const resolvedUrl = resolve(
|
||||
'/(console)/project-[region]-[project]/sites/create-site/finish',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user