Skip to content
Snippets Groups Projects
Commit 8c16714c authored by Savas Vedova's avatar Savas Vedova
Browse files

Reset the error when fetching again

parent 2f7370c9
No related branches found
No related tags found
1 merge request!95986Allow refetching when request fails
......@@ -123,6 +123,7 @@ export default {
},
async fetchExpandedContent() {
this.isLoadingExpandedContent = true;
this.error = null;
try {
await this.fetch(this.fetchExpandedData, FETCH_TYPE_EXPANDED);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment