mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 04:06:47 +00:00
chore: preps (#9994)
* chore: preps Signed-off-by: mertmit <mertmit99@gmail.com> * test: fix unit Signed-off-by: mertmit <mertmit99@gmail.com> --------- Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -20,8 +20,6 @@ const {
|
||||
setDefaultIntegration,
|
||||
} = useIntegrationStore()
|
||||
|
||||
const { loadAiIntegrations } = useNocoAi()
|
||||
|
||||
const { $api, $e } = useNuxtApp()
|
||||
|
||||
const { allCollaborators } = storeToRefs(useWorkspace())
|
||||
@@ -164,10 +162,6 @@ const onDeleteConfirm = async () => {
|
||||
sources: [...base.sources.filter((s) => s.id !== source.id)],
|
||||
})
|
||||
}
|
||||
|
||||
if (toBeDeletedIntegration.value?.type && toBeDeletedIntegration.value.type === IntegrationCategoryType.AI) {
|
||||
loadAiIntegrations()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user