Skip to content

Commit

Permalink
fix: recommended templates should link to template view (#1519)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannemarik authored May 23, 2024
1 parent 548bee9 commit c1ceb99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const buildUiSchema = async (
},
],
canReorder: false,
linkTarget: "workspaceRelative",
linkTarget: "siteRelative",
pickerTitle: {
labelKey: `${i18nScope}.fields.recommendedTemplates.pickerTitle`,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ describe("buildUiSchema: initiative template edit", () => {
},
],
canReorder: false,
linkTarget: "workspaceRelative",
linkTarget: "siteRelative",
pickerTitle: {
labelKey: `some.scope.fields.recommendedTemplates.pickerTitle`,
},
Expand Down

0 comments on commit c1ceb99

Please sign in to comment.