Skip to content

Commit

Permalink
hotfix(customerCases): documentList → documentTypeList
Browse files Browse the repository at this point in the history
fixes the missing plus icon for creating a new customer case
  • Loading branch information
mathiazom committed Sep 12, 2024
1 parent 012de41 commit 1354a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studioShared/deskStructure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const deskStructure: StructureResolver = (S) =>
S.listItem()
.title("Customer cases")
.child(
S.documentList()
S.documentTypeList(customerCaseID)
.title("Customer cases")
.filter("_type == $type && language == $lang")
.params({ type: customerCaseID, lang: i18n.base }),
Expand Down

0 comments on commit 1354a25

Please sign in to comment.