mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-10 19:16:55 +02:00
Back to React
This commit is contained in:
@@ -75,7 +75,7 @@ function SidebarItem({ request, active }: { request: HttpRequest; active: boolea
|
||||
? 'bg-gray-200/70 text-gray-900'
|
||||
: 'text-gray-600 hover:text-gray-800 active:bg-gray-200/30',
|
||||
)}
|
||||
href={`/workspaces/${request.workspaceId}/requests/${request.id}`}
|
||||
to={`/workspaces/${request.workspaceId}/requests/${request.id}`}
|
||||
contentEditable={editing}
|
||||
onDoubleClick={() => setEditing(true)}
|
||||
justify="start"
|
||||
|
||||
Reference in New Issue
Block a user