Skip to content

Commit

Permalink
feat(Compensations): document list for compensations
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Aug 30, 2024
1 parent 9cf29ea commit bb8343f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions studio/schemas/deskStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ export default (S: StructureBuilder) =>
.title("Compensations")
.icon(HeartIcon)
.child(
S.document()
.schemaType(compensationsId)
.documentId(compensationsId)
.title("Compensations"),
S.documentTypeList(compensationsId).title("Compensations"),
),
]),
),
Expand Down

0 comments on commit bb8343f

Please sign in to comment.