From 60278a9423cff4a153d042b85adedc9d42e1027a Mon Sep 17 00:00:00 2001 From: Denis Bykhov Date: Mon, 17 Apr 2023 20:54:03 +0600 Subject: [PATCH] Fix integration share (#3002) --- plugins/gmail-resources/src/components/Configure.svelte | 1 + 1 file changed, 1 insertion(+) 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 })