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:
sven-n
2026-07-15 22:41:06 +02:00
committed by Acentech Dev
parent d22ec20a04
commit 30feae5a26
11 changed files with 74 additions and 58 deletions

View File

@@ -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)