mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 06:16:52 +00:00
fix: review fixes — eventBus cleanup, as any casts, i18n strings, telemetry
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user