Skip to content

Commit

Permalink
Clean and sanitaze code
Browse files Browse the repository at this point in the history
  • Loading branch information
lomamech committed Jun 3, 2021
1 parent e1c9e88 commit a46b9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/modules/depots/modals/depot.modal.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<textarea
class="form-control"
name="description"
ng-model=" DepotModalCtrl.depot.description"
ng-model="DepotModalCtrl.depot.description"
rows="4">
</textarea>
<div class="help-block" ng-messages="DepotForm.description.$error" ng-show="DepotForm.$submitted">
Expand Down

0 comments on commit a46b9e2

Please sign in to comment.