Skip to content

Commit

Permalink
move "TODO" to PR description
Browse files Browse the repository at this point in the history
  • Loading branch information
schlimmchen committed Oct 31, 2024
1 parent e211f59 commit b6840fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/views/PowerLimiterAdminView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@
wide
/>

<!-- TODO(schlimmchen): input validation, as min is not enforced by the browser when not submitting a form -->
<InputElement
:label="$t('powerlimiteradmin.LowerPowerLimit')"
:tooltip="$t('powerlimiteradmin.LowerPowerLimitHint')"
Expand All @@ -469,7 +468,6 @@
wide
/>

<!-- TODO(schlimmchen): input validation -->
<InputElement
:label="$t('powerlimiteradmin.UpperPowerLimit')"
v-model="editInverter.upper_power_limit"
Expand Down

0 comments on commit b6840fc

Please sign in to comment.