diff --git a/packages/nc-gui/components/account/Token.vue b/packages/nc-gui/components/account/Token.vue index 75a5324d9b..06aea9858c 100644 --- a/packages/nc-gui/components/account/Token.vue +++ b/packages/nc-gui/components/account/Token.vue @@ -104,7 +104,7 @@ const descriptionInput: VNodeRef = (el) => (el as HTMLInputElement)?.focus()
- +
diff --git a/packages/nc-gui/components/account/UserList.vue b/packages/nc-gui/components/account/UserList.vue index bbc1cd0fb7..bbdb1e2e58 100644 --- a/packages/nc-gui/components/account/UserList.vue +++ b/packages/nc-gui/components/account/UserList.vue @@ -144,7 +144,7 @@ const copyPasswordResetUrl = async (user: User) => { >
- + import type { GeoLocationType } from 'nocodb-sdk' -import { Modal as AModal, latLongToJoinedString, useVModel } from '#imports' +import { Modal as AModal, latLongToJoinedString, useVModel, iconMap } from '#imports' interface Props { modelValue?: string | null @@ -135,7 +135,7 @@ const openInOSM = () => {
- + {{ $t('labels.currentLocation') }} diff --git a/packages/nc-gui/components/cell/attachment/index.vue b/packages/nc-gui/components/cell/attachment/index.vue index 65887e5905..0df0083578 100644 --- a/packages/nc-gui/components/cell/attachment/index.vue +++ b/packages/nc-gui/components/cell/attachment/index.vue @@ -189,7 +189,7 @@ useSelectedCellKeyupListener(inject(ActiveCellInj, ref(false)), (e) => { data-testid="attachment-cell-file-picker-button" @click.stop="open" > - + @@ -239,7 +239,7 @@ useSelectedCellKeyupListener(inject(ActiveCellInj, ref(false)), (e) => {
- + diff --git a/packages/nc-gui/components/dashboard/settings/AuditTab.vue b/packages/nc-gui/components/dashboard/settings/AuditTab.vue index 60d4a34956..df74fa337c 100644 --- a/packages/nc-gui/components/dashboard/settings/AuditTab.vue +++ b/packages/nc-gui/components/dashboard/settings/AuditTab.vue @@ -1,7 +1,7 @@