UBERF-11203: Display address in gmail integration (#9095)
Some checks are pending
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / build (push) Waiting to run
CI / svelte-check (push) Blocked by required conditions
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / docker-build (push) Blocked by required conditions
CI / dist-build (push) Blocked by required conditions

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko 2025-05-26 16:37:28 +07:00 committed by GitHub
parent 8dd1e19685
commit b91fa6ed3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -237,7 +237,7 @@ export class GmailClient {
await this.client.createDoc(setting.class.Integration, core.space.Workspace, {
type: gmail.integrationType.Gmail,
disabled: false,
value: this.socialId._id
value: this.email ?? this.socialId.value
})
}
} catch (err: any) {