diff --git a/web/src/pages/sources/oauth/OAuthSourceForm.ts b/web/src/pages/sources/oauth/OAuthSourceForm.ts index d72ad0632..de7d66630 100644 --- a/web/src/pages/sources/oauth/OAuthSourceForm.ts +++ b/web/src/pages/sources/oauth/OAuthSourceForm.ts @@ -42,7 +42,7 @@ export class OAuthSourceForm extends ModelForm { send = (data: OAuthSource): Promise => { if (this.instance) { - return new SourcesApi(DEFAULT_CONFIG).sourcesOauthUpdate({ + return new SourcesApi(DEFAULT_CONFIG).sourcesOauthPartialUpdate({ slug: this.instance.slug, data: data });