Fix resource list not refreshing after adding/deleting resource
Closes #837 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
46bfa2c422
commit
04fff8485e
|
@ -531,6 +531,8 @@ export default class Resources extends Mixins(ResourceMixin) {
|
||||||
variables: {
|
variables: {
|
||||||
path: this.actualPath,
|
path: this.actualPath,
|
||||||
username: this.$route.params.preferredUsername,
|
username: this.$route.params.preferredUsername,
|
||||||
|
page: this.page,
|
||||||
|
limit: this.RESOURCES_PER_PAGE,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue