diff --git a/frontend/src/lib/components/AppConnect.svelte b/frontend/src/lib/components/AppConnect.svelte index aef59f6432..833cf81e22 100644 --- a/frontend/src/lib/components/AppConnect.svelte +++ b/frontend/src/lib/components/AppConnect.svelte @@ -98,6 +98,9 @@ extra_params = Object.entries(connect.extra_params ?? {}) } else { manual = true + if (rt) { + next() + } } drawer.openDrawer?.() } diff --git a/frontend/src/routes/index.svelte b/frontend/src/routes/index.svelte index 11aa7b42c5..f9afb49c5f 100644 --- a/frontend/src/routes/index.svelte +++ b/frontend/src/routes/index.svelte @@ -96,8 +96,7 @@ {#if $workspaceStore == 'demo'}
- The demo workspace shared in which all users get invited. + All uers get an invitation to this workspace. {:else if $workspaceStore == 'starter'}
@@ -117,19 +116,19 @@
- +
Workspace
- +
Hub Scripts
- +
Hub Flows