fix(tickets): make detail back navigation deterministic
This commit is contained in:
parent
8eaf7948f7
commit
f55977e215
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ export default function TicketDetail() {
|
|||
<div className="mb-6 flex items-center justify-between">
|
||||
<div>
|
||||
<button
|
||||
onClick={() => navigate(-1)}
|
||||
onClick={() => navigate(`/projects/${ticket.project_id}`)}
|
||||
className={buttonClass({ variant: "ghost", size: "xs" })}
|
||||
>
|
||||
Back
|
||||
|
|
|
|||
Loading…
Reference in a new issue