mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-02 22:01:05 +02:00
refactor: remove unused onDelete and onSettings props from MobileSidebar component
This commit is contained in:
parent
4d7132c16c
commit
b44b4497a6
1 changed files with 0 additions and 4 deletions
|
|
@ -113,10 +113,6 @@ export function MobileSidebar({
|
||||||
isShared={space.memberCount > 1}
|
isShared={space.memberCount > 1}
|
||||||
isOwner={space.isOwner}
|
isOwner={space.isOwner}
|
||||||
onClick={() => handleSearchSpaceSelect(space.id)}
|
onClick={() => handleSearchSpaceSelect(space.id)}
|
||||||
onDelete={onSearchSpaceDelete ? () => onSearchSpaceDelete(space) : undefined}
|
|
||||||
onSettings={
|
|
||||||
onSearchSpaceSettings ? () => onSearchSpaceSettings(space) : undefined
|
|
||||||
}
|
|
||||||
size="md"
|
size="md"
|
||||||
disableTooltip
|
disableTooltip
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue