Skip to content

Commit 74ba653

Browse files
committed
fix(settings): reset limit to groups state when switching apps
Signed-off-by: Peter Ringelmann <[email protected]>
1 parent 9350a67 commit 74ba653

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

apps/settings/src/components/AppStoreSidebar/AppDetailsTab.vue

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,6 @@ export default {
394394
},
395395
},
396396
397-
watch: {
398-
'app.id': function() {
399-
this.removeData = false
400-
},
401-
},
402-
403397
beforeUnmount() {
404398
this.deployOptions = null
405399
unsubscribe('showDaemonSelectionModal')

apps/settings/src/views/AppStoreSidebar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<!-- Tab content -->
3737
<AppDescriptionTab :app="app" />
38-
<AppDetailsTab :app="app" />
38+
<AppDetailsTab :app="app" :key="app.id" />
3939
<AppReleasesTab :app="app" />
4040
<AppDeployDaemonTab :app="app" />
4141
</NcAppSidebar>

0 commit comments

Comments
 (0)