Skip to content

Commit 7cd6367

Browse files
Update src/routes/(console)/organization-[organization]/+page.svelte
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 5936376 commit 7cd6367

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/routes/(console)/organization-[organization]

src/routes/(console)/organization-[organization]/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
5656
const isEducationProgram = $derived(data.program?.$id === educationProgramId);
5757
const shouldShowEducationPlanAlert = $derived(
58-
isCloud && isEducationProgram && data.projects.total >= 1
58+
isCloud && isEducationProgram && data.projects.total >= 2
5959
);
6060
6161
const projectCreationDisabled = $derived.by(() => {

0 commit comments

Comments
 (0)