File tree Expand file tree Collapse file tree
src/routes/(console)/organization-[organization] Expand file tree Collapse file tree Original file line number Diff line number Diff line change 219219 </Alert .Inline >
220220 {/if }
221221
222- {#if isCloud && data .currentPlan ?.projects !== 0 && projectsToArchive .length === 0 && ! freePlanAlertDismissed }
222+ {#if isCloud && ! data . program && data .currentPlan ?.projects !== 0 && projectsToArchive .length === 0 && ! freePlanAlertDismissed }
223223 <Alert .Inline dismissible on:dismiss ={dismissFreePlanAlert }>
224224 <Typography .Text
225- >Your Free plan includes up to 2 projects and limited resources. Upgrade to unlock
226- more capacity and features.</Typography .Text >
225+ >Your Free plan includes up to { data . currentPlan ?. projects } projects and limited resources.
226+ Upgrade to unlock more capacity and features.</Typography .Text >
227227 <svelte:fragment slot =" actions" >
228228 <Button
229229 compact
You can’t perform that action at this time.
0 commit comments