[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 84ebda23b9
commit d3b832636d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 />}