Photos: Refactor link from the Files tab to the file folder #2926

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2023-06-13 15:57:02 +02:00
parent 9e316a2ec0
commit 53aeaffe0e
7 changed files with 37 additions and 14 deletions

View File

@@ -172,6 +172,7 @@ export default {
this.lastFilter = {};
this.routeName = this.$route.name;
this.path = this.$route.params.pathMatch;
this.search();
}
},