mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-18 03:30:39 +09:00
Fix rebased issue detail prefetch typing
This commit is contained in:
parent
e59047187b
commit
0cb42f49ea
2 changed files with 3 additions and 13 deletions
|
|
@ -1651,7 +1651,6 @@ export function IssueDetail() {
|
|||
<Link
|
||||
to={createIssueDetailPath(ancestor.identifier ?? ancestor.id)}
|
||||
state={resolvedIssueDetailState ?? location.state}
|
||||
issuePrefetch={ancestor}
|
||||
onClickCapture={() =>
|
||||
rememberIssueDetailLocationState(
|
||||
ancestor.identifier ?? ancestor.id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue