fix deploy error
This commit is contained in:
parent
6719e26d77
commit
7681416692
|
@ -25,8 +25,8 @@
|
||||||
notifier.danger(
|
notifier.danger(
|
||||||
"No budibase API Keys configured. You must set either a self hosted or cloud API key to deploy your budibase app."
|
"No budibase API Keys configured. You must set either a self hosted or cloud API key to deploy your budibase app."
|
||||||
)
|
)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const DEPLOY_URL = `/api/deploy`
|
const DEPLOY_URL = `/api/deploy`
|
||||||
|
|
Loading…
Reference in New Issue