mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-26 02:10:07 +00:00
Fix integration share (#3002)
This commit is contained in:
parent
f590002b94
commit
60278a9423
@ -27,6 +27,7 @@
|
|||||||
const client = getClient()
|
const client = getClient()
|
||||||
|
|
||||||
async function change (shared: Ref<Account>[]) {
|
async function change (shared: Ref<Account>[]) {
|
||||||
|
integration.shared = shared
|
||||||
await client.update(integration, {
|
await client.update(integration, {
|
||||||
shared
|
shared
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user