Merge pull request #598 from jamal-jackson/feature/wallet_preferences_name_change
disabled save button for name change until value is different than st…
This commit is contained in:
commit
781604da90
2 changed files with 8 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
<button type="submit"
|
||||
class="button button-standard button-primary"
|
||||
ng-disabled="aliasForm.$invalid" translate>
|
||||
ng-disabled="disableSave" translate>
|
||||
Save
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue