Browse Source
Update packages/builder/src/components/upgrade/UpgradeModal.svelte
Co-authored-by: Rory Powell <rory.codes@gmail.com>
pull/2804/head
Martin McKeaveney
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
packages/builder/src/components/upgrade/UpgradeModal.svelte
|
|
|
@ -4,7 +4,7 @@ |
|
|
|
let upgradeModal |
|
|
|
|
|
|
|
const onConfirm = () => { |
|
|
|
window.open("https://account.budibase.app/install", "_blank") |
|
|
|
window.open("https://account.budibase.app/portal/install", "_blank") |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
|
|
|