Skip to content

Commit

Permalink
Merge pull request #7668 from owncloud/fix-sharestree-loading-state-o…
Browse files Browse the repository at this point in the history
…n-error

Fix `sharesTree` loading state on error
  • Loading branch information
kulmann authored Sep 22, 2022
2 parents 578efd8 + 7e4dd76 commit a714632
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions changelog/unreleased/bugfix-shares-loading
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ https://github.com/owncloud/web/issues/7592
https://github.com/owncloud/web/pull/7580
https://github.com/owncloud/web/pull/7638
https://github.com/owncloud/web/pull/7656
https://github.com/owncloud/web/pull/7668
1 change: 0 additions & 1 deletion packages/web-app-files/src/store/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ export default {
.catch((error) => {
console.error('SHARESTREE_ERROR', error)
context.commit('SHARESTREE_ERROR', error.message)
context.commit('SHARESTREE_LOADING', false)
})
}

Expand Down

0 comments on commit a714632

Please sign in to comment.