diff --git a/frontend/src/lib/components/AppConnect.svelte b/frontend/src/lib/components/AppConnect.svelte index 814de3edf7..7aee30ecef 100644 --- a/frontend/src/lib/components/AppConnect.svelte +++ b/frontend/src/lib/components/AppConnect.svelte @@ -39,11 +39,12 @@ let pathError = '' - export function open() { + export function open(rt?: string) { step = 1 value = '' resource_type = '' no_back = false + resource_type = rt ?? '' modal.openModal() } @@ -154,6 +155,16 @@
No app integration for {resource_type}
++ The resource type "{resource_type}" seems to not have an app integration. You can still + create this resource manually by closing this modal and pressing: "Add a resource". You + can also contribute to windmill and add it as an app integration if relevant. +
+Pick an oauth app and customize the scopes here
+Pick an OAuth app and customize the scopes here
{/if}