From cbcbba39ccf76eea37406583ca14d2f428c6cc96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Luiz=20de=20Castro?= Date: Wed, 29 Dec 2021 02:30:35 -0300 Subject: [PATCH 1/2] [Bugfix] Restricting Quick Order Upload to accept only xls and xlsx files --- react/UploadBlock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/UploadBlock.tsx b/react/UploadBlock.tsx index 776bb495..31c11735 100644 --- a/react/UploadBlock.tsx +++ b/react/UploadBlock.tsx @@ -349,7 +349,7 @@ const UploadBlock: StorefrontFunctionComponent - +
From 84583f5b9a2fca1cd53d4754ad714f6c009cb007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Luiz=20de=20Castro?= Date: Mon, 10 Jan 2022 11:04:28 -0300 Subject: [PATCH 2/2] Adding the changes do the changelog file --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ce70a8..e01cfa32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +- Restricting the Quick Order Upload to accept only .xls and .xlsx files + ## [3.3.2] - 2021-12-21 ### Fixed