Add Mail Setting

This commit is contained in:
Andre Beging
2024-12-13 08:23:27 +01:00
parent df8c47f0b8
commit 6d9e75c60e
2 changed files with 7 additions and 1 deletions

View File

@@ -71,6 +71,12 @@
@bind-Value="@SettingsData.Instance.SellerAddress.Phone"></InputText>
</div>
<div class="mb-3">
<label class="form-label">E-Mail</label>
<InputText DisplayName="E-Mail" class="form-control"
@bind-Value="@SettingsData.Instance.SellerAddress.Email"></InputText>
</div>
<div class="mb-3">
<label class="form-label">Web</label>
<InputText DisplayName="Web" class="form-control" @bind-Value="@SettingsData.Instance.SellerAddress.Web"></InputText>

View File

@@ -7,7 +7,7 @@
</PropertyGroup>
<PropertyGroup>
<Version>24.12.1</Version>
<Version>24.12.2</Version>
</PropertyGroup>
<ItemGroup>