fix: change optional to nullable in validation
This commit is contained in:
@@ -3,7 +3,7 @@ export type CardProps = {
|
||||
href: string
|
||||
title: string
|
||||
}
|
||||
title?: string
|
||||
subtitle?: string
|
||||
title?: string | null
|
||||
subtitle?: string | null
|
||||
openInNewTab?: boolean
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user