From 7cd6367d91c0eb399b755879b768a04ebe1802bf Mon Sep 17 00:00:00 2001 From: Harsh Mahajan <127186841+HarshMN2345@users.noreply.github.com> Date: Wed, 8 Apr 2026 15:04:55 +0530 Subject: [PATCH] Update src/routes/(console)/organization-[organization]/+page.svelte Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- src/routes/(console)/organization-[organization]/+page.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/(console)/organization-[organization]/+page.svelte b/src/routes/(console)/organization-[organization]/+page.svelte index 253c95e51..7c1d9f7c6 100644 --- a/src/routes/(console)/organization-[organization]/+page.svelte +++ b/src/routes/(console)/organization-[organization]/+page.svelte @@ -55,7 +55,7 @@ const isEducationProgram = $derived(data.program?.$id === educationProgramId); const shouldShowEducationPlanAlert = $derived( - isCloud && isEducationProgram && data.projects.total >= 1 + isCloud && isEducationProgram && data.projects.total >= 2 ); const projectCreationDisabled = $derived.by(() => {