diff --git a/frontend/src/routes/public/[workspace]/[...secret]/+page.svelte b/frontend/src/routes/public/[workspace]/[...secret]/+page.svelte index af83e7aeca..b6f9628884 100644 --- a/frontend/src/routes/public/[workspace]/[...secret]/+page.svelte +++ b/frontend/src/routes/public/[workspace]/[...secret]/+page.svelte @@ -7,13 +7,14 @@ import { Alert, Skeleton } from '$lib/components/common' import { WindmillIcon } from '$lib/components/icons' import { AppService, type AppWithLastVersion } from '$lib/gen' - import { userStore } from '$lib/stores' + import { enterpriseLicense, userStore } from '$lib/stores' import { twMerge } from 'tailwind-merge' import { setContext } from 'svelte' import github from 'svelte-highlight/styles/github' import { writable } from 'svelte/store' import { setLicense } from '$lib/enterpriseUtils' + import { isCloudHosted } from '$lib/cloud' let app: (AppWithLastVersion & { value: any }) | undefined = undefined let notExists = false @@ -43,7 +44,11 @@ {@html github} -