Browse Source

chore(gui): lint

Signed-off-by: Pranav C <pranavxc@gmail.com>
pull/4630/head
Pranav C 2 years ago
parent
commit
793b799842
  1. 2
      packages/nc-gui/components/erd/TableNode.vue
  2. 2
      packages/nc-gui/components/smartsheet/toolbar/SharedViewList.vue

2
packages/nc-gui/components/erd/TableNode.vue

@ -1,6 +1,6 @@
<script lang="ts" setup>
import type { NodeProps } from '@vue-flow/core'
import { Position, useVueFlow } from '@vue-flow/core'
import { Handle, Position, useVueFlow } from '@vue-flow/core'
import type { LinkToAnotherRecordType } from 'nocodb-sdk'
import { UITypes, isVirtualCol } from 'nocodb-sdk'
import type { NodeData } from './utils'

2
packages/nc-gui/components/smartsheet/toolbar/SharedViewList.vue

@ -108,7 +108,7 @@ const deleteLink = async (id: string) => {
<!-- View name -->
<a-table-column key="title" :title="$t('labels.viewName')" data-index="title">
<template #default="{ text , record}">
<template #default="{ text, record }">
<div class="text-xs flex items-center gap-1" :title="text">
<GeneralViewIcon class="w-5" :meta="record" />
{{ text }}

Loading…
Cancel
Save