fix(CateforyDiscount) , fix(ProductReviewCountInDTos) , VER 1.5.17.23
parent
0444676ffe
commit
08a0fb79b7
|
@ -1,8 +1,4 @@
|
|||
@using Netina.AdminPanel.PWA.Models.Api
|
||||
@using Netina.AdminPanel.PWA.Models
|
||||
@using Netina.Domain.Entities.Blogs
|
||||
|
||||
@inject ISnackbar Snackbar
|
||||
@inject ISnackbar Snackbar
|
||||
@inject IRestWrapper RestWrapper
|
||||
@inject IUserUtility UserUtility
|
||||
|
||||
|
@ -27,7 +23,7 @@
|
|||
</MudStack>
|
||||
</DialogContent>
|
||||
<DialogActions>
|
||||
<MudStack Row="true" class="w-full mx-4 mb-2">
|
||||
<MudStack Row="true" class="mx-4 mb-2 w-full">
|
||||
|
||||
@if (_isEditing)
|
||||
{
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
|
||||
<AssemblyVersion>1.5.14.20</AssemblyVersion>
|
||||
<FileVersion>1.5.14.20</FileVersion>
|
||||
<AssemblyVersion>1.5.15.22</AssemblyVersion>
|
||||
<FileVersion>1.5.15.22</FileVersion>
|
||||
<AssemblyName>$(MSBuildProjectName)</AssemblyName>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -21,4 +21,7 @@
|
|||
@using Netina.Domain.Models.Claims
|
||||
@using MudBlazor.Services
|
||||
@using Netina.Domain.MartenEntities.Faqs
|
||||
@using Netina.AdminPanel.PWA.Components.ItemTemplates
|
||||
@using Netina.AdminPanel.PWA.Components.ItemTemplates
|
||||
@using Netina.AdminPanel.PWA.Models.Api
|
||||
@using Netina.AdminPanel.PWA.Models
|
||||
@using Netina.Domain.Entities.Blogs
|
|
@ -11,8 +11,8 @@
|
|||
"WebSiteUrl": "https://vesmeh.com",
|
||||
"AdminPanelBaseUrl": "https://admin.vesmeh.com",
|
||||
"StorageBaseUrl": "https://storage.vesmeh.com",
|
||||
//"ApiUrl": "https://api.vesmeh.com/api",
|
||||
"ApiUrl": "http://localhost:32770/api",
|
||||
"ApiUrl": "https://api.vesmeh.com/api",
|
||||
//"ApiUrl": "http://localhost:32770/api",
|
||||
|
||||
//"WebSiteUrl": "https://bonsaigallery.shop",
|
||||
//"AdminPanelBaseUrl": "https://admin.bonsaigallery.shop",
|
||||
|
|
Loading…
Reference in New Issue