Skip to content

Commit

Permalink
fix: ensure moonraker returns all jobs when loading all
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Bassett <[email protected]>
  • Loading branch information
cadriel committed Apr 11, 2021
1 parent d24cd22 commit 28b5ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/widgets/history/PrintHistoryCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default class PrinterHistoryCard extends Vue {
}
handleLoadAll () {
SocketActions.serverHistoryList()
SocketActions.serverHistoryList({ limit: 0 })
}
}
</script>

0 comments on commit 28b5ac3

Please sign in to comment.