mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 05:26:56 +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:
@@ -44,6 +44,7 @@ const {
|
||||
integrationsRefreshKey,
|
||||
integrationsCategoryFilter,
|
||||
activeViewTab,
|
||||
loadDynamicIntegrations,
|
||||
} = useIntegrationStore()
|
||||
|
||||
const focusTextArea: VNodeRef = (el) => el && el?.focus?.()
|
||||
@@ -218,6 +219,8 @@ const toggleShowOrHideAllCategory = () => {
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
loadDynamicIntegrations()
|
||||
|
||||
if (!integrationsCategoryFilter.value.length) {
|
||||
integrationsCategoryFilter.value = integrationCategoriesRef.value.map((c) => c.value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user