fix / await promise before use
This commit is contained in:
@@ -260,3 +260,10 @@ export interface LeadPageProps extends Lead {
|
||||
owner_name: string
|
||||
owner_email: string
|
||||
}
|
||||
|
||||
export interface RouteSearchPageProps {
|
||||
params: Promise<{
|
||||
category: string
|
||||
route: string
|
||||
}>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user