|
|
@ -155,9 +155,7 @@ const [useProvideIntegrationViewStore, _useIntegrationStore] = useInjectionState |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
const addIntegration = (type: IntegrationsSubType) => { |
|
|
|
const addIntegration = (type: IntegrationsSubType) => { |
|
|
|
console.log('add integration', type) |
|
|
|
|
|
|
|
activeIntegration.value = defaultValues(type) |
|
|
|
activeIntegration.value = defaultValues(type) |
|
|
|
console.log('integration', activeIntegration.value) |
|
|
|
|
|
|
|
pageMode.value = IntegrationsPageMode.ADD |
|
|
|
pageMode.value = IntegrationsPageMode.ADD |
|
|
|
$e('c:integration:add') |
|
|
|
$e('c:integration:add') |
|
|
|
} |
|
|
|
} |
|
|
|