feat: fix reconnect channels
This commit is contained in:
parent
1c14497855
commit
3b1047b765
|
|
@ -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}
|
||||
/>
|
||||
),
|
||||
|
|
|
|||
|
|
@ -170,6 +170,7 @@ export class IntegrationRepository {
|
|||
: '[]',
|
||||
},
|
||||
update: {
|
||||
...additionalSettings ? { additionalSettings: JSON.stringify(additionalSettings) } : {},
|
||||
type: type as any,
|
||||
...(!refresh
|
||||
? {
|
||||
|
|
|
|||
Loading…
Reference in New Issue