Skip to content

Commit

Permalink
fix: job card history metadata race condition
Browse files Browse the repository at this point in the history
Signed-off-by: Mathis Mensing <[email protected]>
  • Loading branch information
matmen committed May 13, 2022
1 parent ab63e2a commit 8d62716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/history/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ export const actions: ActionTree<HistoryState, RootState> = {
async onHistoryList ({ commit }, payload) {
if (payload) {
commit('setHistoryList', payload)
SocketActions.serverFilesGetDirectory('gcodes', 'gcodes')
}
},

Expand Down

0 comments on commit 8d62716

Please sign in to comment.