mirror of
https://github.com/bitwarden/web
synced 2026-01-02 00:23:16 +00:00
fixing a few bug, asset updates, tweaks (#532)
* fixing a few bug, asset updates, tweaks * dont save until save button clicked
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{{'restoreSelectedItemsDesc' | i18n: cipherIds.length}}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button appAutoFocus type="submit" class="btn btn-submit" [disabled]="form.loading">
|
||||
<button appAutoFocus type="submit" class="btn btn-primary btn-submit" [disabled]="form.loading">
|
||||
<i class="fa fa-spinner fa-spin" title="{{'loading' | i18n}}" aria-hidden="true"></i>
|
||||
<span>{{'restore' | i18n}}</span>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user