Skip to content

Commit

Permalink
Fix for #1418 [skip-install]
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi749 committed Jan 25, 2024
1 parent 8bbd3c9 commit b501e66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default class ProgramAggregationWebPart extends BaseProgramWebPart<IProgr
options: this._getViewOptions(),
selectedKey:
_.find(this._configuration.views, (v) => v.isDefault)?.id ||
_.first(this._configuration.views).id
_.first(this._configuration.views)?.id
})
]
},
Expand Down
2 changes: 1 addition & 1 deletion Templates/JsonTemplates/_JsonTemplateParent.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
},
{
"Name": "OverordnetKommunikasjon.aspx",
"Title": "Gevinster",
"Title": "Kommunikasjonsplaner",
"PageLayoutType": "SingleWebPartAppPage",
"CommentsDisabled": true,
"Sections": [
Expand Down
2 changes: 1 addition & 1 deletion Templates/JsonTemplates/_JsonTemplateProgram.json
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@
},
{
"Name": "ProgramKommunikasjon.aspx",
"Title": "Gevinster",
"Title": "Kommunikasjonsplaner",
"PageLayoutType": "SingleWebPartAppPage",
"CommentsDisabled": true,
"Sections": [
Expand Down

0 comments on commit b501e66

Please sign in to comment.