Skip to content

Commit

Permalink
wip: Refactor activity management #859
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Aug 5, 2024
1 parent 678c862 commit d569d58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/client/components/KActivity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ export default {
this.setCurrentActivity(concreteActivity)
// apply the mode if needed
if (this.mode) this.setLayoutMode(this.mode)
},
getOptions () {
return this.options
}
},
async mounted () {
Expand Down

0 comments on commit d569d58

Please sign in to comment.