chore: improve id type of adminUrlUtil
This commit is contained in:
@@ -18,7 +18,7 @@ export class AdminUrlUtil {
|
|||||||
return `${this.admin}/collections/${slug}`
|
return `${this.admin}/collections/${slug}`
|
||||||
}
|
}
|
||||||
|
|
||||||
edit(id: string): string {
|
edit(id: number | string): string {
|
||||||
return `${this.list}/${id}`
|
return `${this.list}/${id}`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user