Skip to content

Commit

Permalink
Update src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and ShGKme committed Nov 16, 2023
1 parent 4fa6558 commit 3503b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcAppSettingsDialog/NcAppSettingsDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ export default {
// If the current section is unregistered, set the first section as selected
if (this.selectedSection === id) {
this.selectedSection = this.sections?.[0]?.id ?? ''
this.selectedSection = this.sections.[0]?.id ?? ''
}
},
Expand Down

0 comments on commit 3503b9a

Please sign in to comment.