From 091e54e1d082e3abb3a08b583020897cc930c55f Mon Sep 17 00:00:00 2001 From: dominik-zeglen Date: Mon, 17 Aug 2020 17:23:56 +0200 Subject: [PATCH] Fix deleting just one variant --- src/products/index.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/products/index.tsx b/src/products/index.tsx index 12c1382d4..46b4df70d 100644 --- a/src/products/index.tsx +++ b/src/products/index.tsx @@ -52,7 +52,10 @@ const ProductUpdate: React.FC> = ({ match }) => { return ( ); };