fix: add heading and subtitle to overview table
This commit is contained in:
@@ -15,6 +15,7 @@ import {
|
||||
import { removeEmptyObjects } from "../../utils"
|
||||
import {
|
||||
type AccountPage,
|
||||
AccountPageDataRaw,
|
||||
AccountPageRefsDataRaw,
|
||||
validateAccountPageRefsSchema,
|
||||
validateAccountPageSchema,
|
||||
@@ -62,7 +63,7 @@ export const accountPageQueryRouter = router({
|
||||
generateTag(lang, validatedAccountPageRefs.data.account_page.system.uid),
|
||||
].flat()
|
||||
|
||||
const response = await request<AccountPageRefsDataRaw>(
|
||||
const response = await request<AccountPageDataRaw>(
|
||||
GetAccountPage,
|
||||
{
|
||||
locale: lang,
|
||||
|
||||
Reference in New Issue
Block a user