Skip to content

Commit

Permalink
clear cache on folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
ctf0 committed Dec 31, 2017
1 parent b356bb3 commit d02d501
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resources/assets/js/components/modules/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ export default {
}

this.showNotif(`${this.trans('create_success')} "${data.new_folder_name}" at "${data.full_path}"`)
this.removeCachedResponse('../')
this.getFiles(this.folders, data.new_folder_name)

}).catch((err) => {
Expand Down

0 comments on commit d02d501

Please sign in to comment.