Skip to content

Commit

Permalink
commented out code for "Posts" in deskStructure.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Aug 27, 2024
1 parent 771642a commit b3d67b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions studio/schemas/deskStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ export default (S: StructureBuilder) =>
.documentId(blogId)
.title("Blog Overview & Settings"),
),
S.listItem()
.title("Posts")
.icon(ComposeIcon)
.child(S.documentTypeList(postId).title("Posts")),
// S.listItem()
// .title("Posts")
// .icon(ComposeIcon)
// .child(S.documentTypeList(postId).title("Posts")),
]),
),
S.listItem()
Expand Down

0 comments on commit b3d67b3

Please sign in to comment.