mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 14:06:51 +00:00
fix: Hide barcode box when there is too many char error
This commit is contained in:
@@ -54,6 +54,7 @@ const rowHeight = inject(RowHeightInj, ref(undefined))
|
||||
/>
|
||||
</a-modal>
|
||||
<div
|
||||
v-if="!tooManyCharsForBarcode"
|
||||
class="flex ml-2 w-full items-center"
|
||||
:class="{
|
||||
'justify-start': isExpandedFormOpen,
|
||||
|
||||
Reference in New Issue
Block a user