feat: barcode image output in PrintBarcodeModal

This commit is contained in:
2024-11-02 00:55:12 +04:00
parent a3fdefb774
commit e900901765
2 changed files with 48 additions and 26 deletions

View File

@@ -121,12 +121,7 @@ const BarcodeImageDropzone: FC<Props> = (props: Props) => {
accept={[
"image/png",
"image/jpeg",
"image/bmp",
"image/tiff",
"image/x-icon",
"image/webp",
"image/svg+xml",
"image/heic",
]}
multiple={false}
onDrop={onDrop}>