diff --git a/plugins/gmail-resources/src/components/Configure.svelte b/plugins/gmail-resources/src/components/Configure.svelte index c8c9a1895f..aebc3359f0 100644 --- a/plugins/gmail-resources/src/components/Configure.svelte +++ b/plugins/gmail-resources/src/components/Configure.svelte @@ -27,6 +27,7 @@ const client = getClient() async function change (shared: Ref[]) { + integration.shared = shared await client.update(integration, { shared })