fix: Hide barcode box when there is too many char error

This commit is contained in:
Muhammed Mustafa
2023-11-07 10:42:15 +00:00
parent de551f740d
commit 851d8492e7

View File

@@ -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,