Skip to content

Commit

Permalink
chore(SubpageList): Remove obsolete code
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <jonas@freesources.org>
  • Loading branch information
mejo- committed Oct 28, 2024
1 parent 36d13f8 commit e9f2948
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/PageList/SubpageList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
:is-template="isTemplate"
:has-visible-subpages="hasVisibleSubpages"
:filtered-view="filteredView"
@toggleCollapsed="toggleCollapsed(page.id)"
@click.native="show('details')" />
<div class="page-list-indent">
<SubpageList v-if="templateView"
Expand Down Expand Up @@ -145,7 +144,6 @@ export default {
...mapActions(usePagesStore, [
'collapse',
'expand',
'toggleCollapsed',
]),

initCollapsed() {
Expand Down

0 comments on commit e9f2948

Please sign in to comment.