Merge pull request #57078 from Pringels/fix/20685/limit-to-groups-persistence

fix(settings): reset limit to groups state when switching apps
This commit is contained in:
Louis 2025-12-17 16:05:33 +01:00 committed by GitHub
commit 8406984336
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 7 additions and 13 deletions

View file

@ -394,12 +394,6 @@ export default {
},
},
watch: {
'app.id': function() {
this.removeData = false
},
},
beforeUnmount() {
this.deployOptions = null
unsubscribe('showDaemonSelectionModal')

View file

@ -35,7 +35,7 @@
<!-- Tab content -->
<AppDescriptionTab :app="app" />
<AppDetailsTab :app="app" />
<AppDetailsTab :app="app" :key="app.id" />
<AppReleasesTab :app="app" />
<AppDeployDaemonTab :app="app" />
</NcAppSidebar>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long