diff --git a/src/routes/(console)/project-[region]-[project]/databases/create.svelte b/src/routes/(console)/project-[region]-[project]/databases/create.svelte index 05799fdd4e..fbdb3d3419 100644 --- a/src/routes/(console)/project-[region]-[project]/databases/create.svelte +++ b/src/routes/(console)/project-[region]-[project]/databases/create.svelte @@ -24,7 +24,6 @@ let name = ''; let id: string = null; let showCustomId = false; - let showPlanUpgradeAlert = true; const trackEvents = (policies) => { policies.forEach((policy) => { @@ -103,10 +102,6 @@ trackError(error, Submit.DatabaseCreate); } }; - - $: if (!showCreate) { - showPlanUpgradeAlert = true; - } @@ -132,18 +127,12 @@ {#if isCloud} {#if $organization?.billingPlan === BillingPlan.FREE} - {#if showPlanUpgradeAlert} - (showPlanUpgradeAlert = false)}> - Upgrade your plan to ensure your data stays safe and backed up. - - - - - {/if} + + Upgrade your plan to ensure your data stays safe and backed up. + + + + {:else}