Update packages/backend/src/server/api/endpoints/admin/meta.ts
edit
This commit is contained in:
parent
851c9fbbed
commit
0446f8c22d
1 changed files with 2 additions and 2 deletions
|
@ -567,11 +567,11 @@ export const meta = {
|
|||
},
|
||||
link1Url: {
|
||||
type: 'string',
|
||||
optional: true, nullable: true,
|
||||
optional: false, nullable: true,
|
||||
},
|
||||
link1Label: {
|
||||
type: 'string',
|
||||
optional: true, nullable: true,
|
||||
optional: false, nullable: true,
|
||||
},
|
||||
link2Url: {
|
||||
type: 'string',
|
||||
|
|
Loading…
Add table
Reference in a new issue