Skip to content

Commit

Permalink
πŸ› : fix deleteCount variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Jun 9, 2021
1 parent 584424d commit cc447e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/client/app/pages/stacks/job/job-step.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Resource changes :
<b>{{ step.plan.createCount }}</b> to add,
<b>{{ step.plan.updateCount }}</b> to change,
<b>{{ step.plan.delete }}</b> to delete
<b>{{ step.plan.deleteCount }}</b> to delete
</p>
</div>
</div>
Expand Down

0 comments on commit cc447e1

Please sign in to comment.