feat: fix reconnect channels

This commit is contained in:
Nevo David 2025-01-29 17:14:26 +07:00
parent 1c14497855
commit 3b1047b765
2 changed files with 2 additions and 1 deletions

View File

@ -229,7 +229,7 @@ export const Menu: FC<{
children: (
<CustomVariables
identifier={findIntegration.identifier}
gotoUrl={(url: string) => router.push(url + '&refresh=true')}
gotoUrl={(url: string) => router.push(url)}
variables={findIntegration.customFields}
/>
),

View File

@ -170,6 +170,7 @@ export class IntegrationRepository {
: '[]',
},
update: {
...additionalSettings ? { additionalSettings: JSON.stringify(additionalSettings) } : {},
type: type as any,
...(!refresh
? {