From 60e3f3bb6a5677cdadcec0562d14b5abe9d2bd4b Mon Sep 17 00:00:00 2001 From: Gabriel Kohen Date: Thu, 28 Sep 2023 16:22:40 -0400 Subject: [PATCH] Make sure path string does not overflow the dialog See also: #217 --- .../Collections/Collection/CollectionProperties/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionProperties/index.js b/packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionProperties/index.js index 88171ed5..376a88db 100644 --- a/packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionProperties/index.js +++ b/packages/bruno-app/src/components/Sidebar/Collections/Collection/CollectionProperties/index.js @@ -31,7 +31,7 @@ const CollectionProperties = ({ collection, onClose }) => { Location : - {collection.pathname} + {collection.pathname} Environments :