mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 09:57:03 +00:00
chore(nc-gui): lint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script setup lang="ts">
|
||||
import type { ComputedRef } from 'vue'
|
||||
import type { GridType } from 'nocodb-sdk'
|
||||
import JsBarcodeWrapper from './JsBarcodeWrapper.vue'
|
||||
import { ComputedRef } from 'vue'
|
||||
import { GridType } from 'nocodb-sdk'
|
||||
import { ActiveViewInj } from '#imports'
|
||||
|
||||
const maxNumberOfAllowedCharsForBarcodeValue = 100
|
||||
|
||||
Reference in New Issue
Block a user