From 60cb9da83e8eb76867f5df345cd73e189500d734 Mon Sep 17 00:00:00 2001 From: Adam Rashid Date: Mon, 22 Apr 2024 02:30:21 +0800 Subject: [PATCH] flx: add unique key prop to ImportCollection options (#2133) This PR uses the key of the options object in import collection to suppress the unique key prop warning. Fixes issue #2078 --- .../bruno-app/src/components/Sidebar/ImportCollection/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/Sidebar/ImportCollection/index.js b/packages/bruno-app/src/components/Sidebar/ImportCollection/index.js index e092e608d..e7c8d24d6 100644 --- a/packages/bruno-app/src/components/Sidebar/ImportCollection/index.js +++ b/packages/bruno-app/src/components/Sidebar/ImportCollection/index.js @@ -79,7 +79,7 @@ const ImportCollection = ({ onClose, handleSubmit }) => {
{Object.entries(options || {}).map(([key, option]) => ( -
+