mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-27 20:01:10 +01:00
Fix workspace deletion
This commit is contained in:
@@ -277,7 +277,7 @@ const _SidebarItem = forwardRef(function SidebarItem(
|
||||
return (
|
||||
<li
|
||||
ref={ref}
|
||||
className={classnames(className, 'block group/item px-2 pb-1')}
|
||||
className={classnames(className, 'block group/item px-2 pb-0.5')}
|
||||
style={itemStyles}
|
||||
>
|
||||
<div className="relative w-full">
|
||||
|
||||
Reference in New Issue
Block a user