From 99ccfaf441e35286cf059c2b5145a044d7d060d4 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 22 Feb 2018 21:01:01 +0000 Subject: [PATCH] Item creation: fix the cancel button. It wasn't working because the callback was not connected, but the onDelete callback was connected instead (which shouldn't have been). --- src/Pim/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pim/index.tsx b/src/Pim/index.tsx index dcb08c5..4efbf57 100644 --- a/src/Pim/index.tsx +++ b/src/Pim/index.tsx @@ -115,7 +115,7 @@ const CollectionRoutes = withRouter( )}