Fix resource list not refreshing after adding/deleting resource

Closes #837

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-08-20 17:02:27 +02:00
parent 46bfa2c422
commit 04fff8485e

View File

@@ -531,6 +531,8 @@ export default class Resources extends Mixins(ResourceMixin) {
variables: {
path: this.actualPath,
username: this.$route.params.preferredUsername,
page: this.page,
limit: this.RESOURCES_PER_PAGE,
},
},
];