Skip to content

Commit

Permalink
Merge pull request #4001 from LibreSign/backport/3999/stable30
Browse files Browse the repository at this point in the history
[stable30] chore: refresh file list every when load view
  • Loading branch information
vitormattos authored Nov 19, 2024
2 parents ddc875e + 46d738f commit 1bde603
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/views/FilesList/FilesList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,8 @@ export default {
&& this.loading
},
},
async created() {
await this.filesStore.getAllFiles()
},
async mounted() {
await this.filesStore.getAllFiles({ force_fetch: true })
subscribe('libresign:visible-elements-saved', this.closeSidebar)
this.filesStore.disableIdentifySigner()
},
Expand Down

0 comments on commit 1bde603

Please sign in to comment.