Skip to content

Commit

Permalink
Man, I didn't test that one.
Browse files Browse the repository at this point in the history
  • Loading branch information
kberg committed Jul 4, 2024
1 parent 24833f6 commit 352b8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/SelectResources.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default Vue.extend({
},
methods: {
saveData() {
this.onsave({type: 'resources', units: Units.EMPTY});
this.onsave({type: 'resources', units: this.units});
},
/**
* Reduce `unit` by one.
Expand Down

0 comments on commit 352b8b6

Please sign in to comment.