File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
web-admin/src/features/projects Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 11<script lang =" ts" >
2+ import { page } from " $app/stores" ;
23 import CtaContentContainer from " @rilldata/web-common/components/calls-to-action/CTAContentContainer.svelte" ;
34 import CtaHeader from " @rilldata/web-common/components/calls-to-action/CTAHeader.svelte" ;
45 import CtaLayoutContainer from " @rilldata/web-common/components/calls-to-action/CTALayoutContainer.svelte" ;
56 import CtaNeedHelp from " @rilldata/web-common/components/calls-to-action/CTANeedHelp.svelte" ;
67 import Spinner from " @rilldata/web-common/features/entity-management/Spinner.svelte" ;
78 import { EntityStatus } from " @rilldata/web-common/features/entity-management/types" ;
9+ import { isEmbedPage } from " @rilldata/web-common/layout/navigation/navigation-utils.ts" ;
10+
11+ const onEmbedPage = isEmbedPage ($page );
812 </script >
913
1014<CtaLayoutContainer >
1519 <CtaHeader variant =" bold" >
1620 Hang tight! We're deploying your project...
1721 </CtaHeader >
18- <CtaNeedHelp />
22+ {#if ! onEmbedPage }
23+ <CtaNeedHelp />
24+ {/if }
1925 </CtaContentContainer >
2026</CtaLayoutContainer >
You can’t perform that action at this time.
0 commit comments