Skip to content

Commit

Permalink
[desk-tool] Fix ValidationList props
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard authored and rexxars committed Oct 6, 2020
1 parent 5ec8e03 commit 2abe8fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import React, {useCallback} from 'react'
interface ValidationMenuProps {
boundaryElement: HTMLDivElement | null
isOpen: boolean
// @todo: replace with type from @sanity/types
markers: any[]
schemaType: any
setFocusPath: (path: any) => void
Expand All @@ -30,7 +31,7 @@ export function ValidationMenu(props: ValidationMenuProps) {
markers={validationMarkers}
onClose={handleClose}
onFocus={setFocusPath}
showLink
// showLink
/>
)

Expand Down

0 comments on commit 2abe8fa

Please sign in to comment.