Skip to content

Commit

Permalink
Fix error on re-saving the UI config
Browse files Browse the repository at this point in the history
Closes #386
  • Loading branch information
trask committed May 16, 2018
1 parent 89f0fd8 commit a5ac63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/views/config/ui.html
Expand Up @@ -37,7 +37,7 @@ <h2>UI</h2>
id="defaultTransactionType"
class="form-control"
style="width: auto;">
<option ng-repeat="transactionType in allTransactionTypes"
<option ng-repeat="transactionType in allTransactionTypes track by transactionType.name"
ng-value="transactionType.name"
ng-disabled="transactionType.disabled">
{{transactionType.name}}
Expand Down

0 comments on commit a5ac63f

Please sign in to comment.