fix: review fixes — eventBus cleanup, as any casts, i18n strings, telemetry

This commit is contained in:
Ramesh Mane
2026-04-10 09:37:39 +00:00
parent 6e691457c3
commit e43184c1b5
7 changed files with 23 additions and 12 deletions

View File

@@ -129,7 +129,7 @@ const handleSelect = (option: NcListItemType) => {
<template>
<NcDropdown v-model:visible="isOpen" placement="bottomRight">
<NcButton size="small" data-testid="nc-add-connection-btn">
<NcButton v-e="['c:integration:add-connection']" size="small" data-testid="nc-add-connection-btn">
<GeneralIcon icon="plus" class="mr-1" />
{{ t('labels.addConnection') }}
</NcButton>