Merge pull request #609 from jamal-jackson/feature/wallet_preferences_name_change
redefined logic to use wallet name only if not present alias available
This commit is contained in:
commit
f9435307ef
2 changed files with 3 additions and 9 deletions
|
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
<button type="submit"
|
||||
class="button button-standard button-primary"
|
||||
ng-disabled="disableSave" translate>
|
||||
ng-disabled="aliasForm.$invalid || (alias.value == walletAlias)" translate>
|
||||
Save
|
||||
</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue