mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-24 08:22:10 -04:00
[ENG-1261] Fix AddLocationButton on ephemeral locations (#1549)
fix AddLocationButton cut
This commit is contained in:
@@ -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 />}
|
||||
|
||||
Reference in New Issue
Block a user