Add delete button in update store settings

This commit is contained in:
nicolas.dorier
2018-07-19 22:23:14 +09:00
parent 8d3b45bdec
commit 3f48a478af
5 changed files with 62 additions and 20 deletions

View File

@@ -25,6 +25,7 @@ namespace BTCPayServer.Models.StoreViewModels
}
public bool CanDelete { get; set; }
public string Id { get; set; }
[Display(Name = "Store Name")]
[Required]