Skip to content

Commit

Permalink
fix: update sidebar fileinfo upon saving
Browse files Browse the repository at this point in the history
  • Loading branch information
JammingBen committed Dec 12, 2023
1 parent 18464ab commit 04ec1fc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export default defineComponent({
})
serverContent.value = newContent
currentETag.value = putFileContentsResponse.etag
store.commit('Files/UPSERT_RESOURCE', putFileContentsResponse)
} catch (e) {
switch (e.statusCode) {
case 401:
Expand Down

0 comments on commit 04ec1fc

Please sign in to comment.