Skip to content

Commit

Permalink
wip: Activity's state is not reactive #1055
Browse files Browse the repository at this point in the history
  • Loading branch information
cnouguier committed Jan 21, 2025
1 parent dc96d4b commit 8cde5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/components/KActivity.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
async configure () {
// set the current activity
// because this component is wrapped within an AsyncComponent it returns the grand parent
const concreteActivity = this.$parent //.$parent
const concreteActivity = this.$parent.$parent
// set the current activity
this.setCurrentActivity(concreteActivity)
// configure the activity
Expand Down

0 comments on commit 8cde5ae

Please sign in to comment.