fix: TypeScript type errors for build (order_num null, siteSettings prop)
This commit is contained in:
@@ -7,7 +7,7 @@ import Link from 'next/link'
|
||||
type Category = {
|
||||
id: number
|
||||
name_tr: string
|
||||
order_num: number
|
||||
order_num: number | null
|
||||
status: number | null
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user