From 18de4bca15c7eadcdc7bd6962d27e36f7e2fd1a4 Mon Sep 17 00:00:00 2001 From: nikec <43032218+niikeec@users.noreply.github.com> Date: Thu, 12 Oct 2023 21:05:42 +0200 Subject: [PATCH] [ENG-1261] Fix AddLocationButton on ephemeral locations (#1549) fix AddLocationButton cut --- interface/app/$libraryId/ephemeral.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/app/$libraryId/ephemeral.tsx b/interface/app/$libraryId/ephemeral.tsx index 5dcd05073..8be1f521b 100644 --- a/interface/app/$libraryId/ephemeral.tsx +++ b/interface/app/$libraryId/ephemeral.tsx @@ -94,7 +94,7 @@ const EphemeralExplorer = memo((props: { args: PathParams }) => { label="Add path as an indexed location" className="w-max min-w-0 shrink" > - + } right={}