feat: TitleStatusControls
This commit is contained in:
parent
3f0456ba01
commit
8a3e14a5e5
5 changed files with 179 additions and 69 deletions
|
|
@ -63,7 +63,7 @@ export default function UserPage({ userId }: UserPageProps) {
|
|||
: "";
|
||||
|
||||
try {
|
||||
const result = await DefaultService.getUsersTitles(
|
||||
const result = await DefaultService.getUserTitles(
|
||||
id,
|
||||
cursorStr,
|
||||
sort,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue