diff --git a/BTCPayApp.UI/Pages/Settings/IndexPage.razor b/BTCPayApp.UI/Pages/Settings/IndexPage.razor index 1b093f8..66a5959 100644 --- a/BTCPayApp.UI/Pages/Settings/IndexPage.razor +++ b/BTCPayApp.UI/Pages/Settings/IndexPage.razor @@ -73,11 +73,12 @@ @if (UserInfo?.Stores?.Count() > 1 || CurrentStore == null) {
  • - + @if (CurrentStore == null) { Select Store + } else { diff --git a/BTCPayApp.UI/Pages/Settings/PosPage.razor b/BTCPayApp.UI/Pages/Settings/PosPage.razor index e76d366..6440449 100644 --- a/BTCPayApp.UI/Pages/Settings/PosPage.razor +++ b/BTCPayApp.UI/Pages/Settings/PosPage.razor @@ -228,6 +228,7 @@ Items = data.Items }; } + private class PosAppModel { [Required]