fix(SW-1446): do not close modal on clear history
This commit is contained in:
@@ -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 & {
|
||||
|
||||
Reference in New Issue
Block a user