Skip to content

Commit

Permalink
chore: refresh file list every when load view
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos authored and backportbot-libresign[bot] committed Nov 19, 2024
1 parent 427a337 commit 04dacef
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 04dacef

Please sign in to comment.