Add Mail Setting
This commit is contained in:
@@ -71,6 +71,12 @@
|
|||||||
@bind-Value="@SettingsData.Instance.SellerAddress.Phone"></InputText>
|
@bind-Value="@SettingsData.Instance.SellerAddress.Phone"></InputText>
|
||||||
</div>
|
</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">
|
<div class="mb-3">
|
||||||
<label class="form-label">Web</label>
|
<label class="form-label">Web</label>
|
||||||
<InputText DisplayName="Web" class="form-control" @bind-Value="@SettingsData.Instance.SellerAddress.Web"></InputText>
|
<InputText DisplayName="Web" class="form-control" @bind-Value="@SettingsData.Instance.SellerAddress.Web"></InputText>
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<Version>24.12.1</Version>
|
<Version>24.12.2</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
Reference in New Issue
Block a user