fix(SW-1446): do not close modal on clear history

This commit is contained in:
Michael Zetterberg
2025-04-08 07:12:15 +02:00
parent 17cfc2b04f
commit 0cec02801c
3 changed files with 19 additions and 15 deletions

View File

@@ -1,3 +1,4 @@
import type { ReactNode } from "react"
import type { Key } from "react-aria-components"
export type JumpToDataItem = {
@@ -30,6 +31,8 @@ export type LocationMatch = {
type: string
description?: string
url?: string
closesModal?: boolean
icon?: ReactNode
}
export type ScoringMatch = LocationMatch & {