fix: type errors
This commit is contained in:
parent
c4af4a610e
commit
a101b79486
4 changed files with 11 additions and 5 deletions
|
@ -7,7 +7,7 @@ definePageMeta({
|
|||
return {
|
||||
path: getStatusPath(status),
|
||||
state: {
|
||||
status,
|
||||
status: status as any,
|
||||
},
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue