fix: change optional to nullable in validation
This commit is contained in:
@@ -8,6 +8,6 @@ export type ShortcutsProps = {
|
||||
text?: string
|
||||
}[]
|
||||
title: string | ReactNode
|
||||
subtitle?: string
|
||||
subtitle?: string | null
|
||||
openInNewTab?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user