Skip to content

Commit

Permalink
Fix bug (#4392)
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr authored Nov 27, 2023
1 parent eb8ad17 commit c547c15
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 @@ -6,7 +6,7 @@ export default defineComponent({
title: {
type: String,
required: true
}
},
},
computed: {
allSettingsSectionsExpandedByDefault: function () {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<details
:open="allSettingsSectionsExpandedByDefault ? 'true' : null"
:open="allSettingsSectionsExpandedByDefault"
class="settingsSection"
>
<summary class="sectionHeader">
Expand Down

0 comments on commit c547c15

Please sign in to comment.