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
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 2 additions and 0 deletions

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,
},
},
];