Merge pull request #819 from eduardosmaniotto/bugfix/merchant-and-loading
bugfix: standardize loading states and add save spinner to Create pages (cherry picked from commit 7fb61714feea55d4c765b094c2e5f513ee5da3ba)
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
<div class="form-actions">
|
||||
@if (this.OnValidSubmit.HasDelegate)
|
||||
{
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<button type="submit" class="btn btn-primary">@Resources.Save</button>
|
||||
}
|
||||
|
||||
@if (this.OnCancel.HasDelegate)
|
||||
|
||||
Reference in New Issue
Block a user