[ENG-1261] Fix AddLocationButton on ephemeral locations (#1549)

fix AddLocationButton cut
This commit is contained in:
nikec
2023-10-12 21:05:42 +02:00
committed by GitHub
parent 6c93c88b34
commit 18de4bca15

View File

@@ -94,7 +94,7 @@ const EphemeralExplorer = memo((props: { args: PathParams }) => {
label="Add path as an indexed location"
className="w-max min-w-0 shrink"
>
<AddLocationButton className="ml-2" path={path} />
<AddLocationButton path={path} />
</Tooltip>
}
right={<DefaultTopBarOptions />}