Browse Source

fix deploy error

pull/1104/head
Martin McKeaveney 5 years ago
parent
commit
7681416692
  1. 2
      packages/builder/src/pages/[application]/deploy/index.svelte

2
packages/builder/src/pages/[application]/deploy/index.svelte

@ -25,8 +25,8 @@
notifier.danger(
"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`

Loading…
Cancel
Save