Browse Source

Update Index.cshtml

pull/5216/head
EngincanV 6 years ago
parent
commit
2b646ff9d6
  1. 5
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml

5
modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml

@ -60,5 +60,8 @@
</abp-card>
<hr>
@await Component.InvokeAsync(typeof(RatingViewComponent), new { entityType = "quote", entityId = "2" })
@if (GlobalFeatureManager.Instance.IsEnabled<RatingsFeature>())
{
@await Component.InvokeAsync(typeof(RatingViewComponent), new { entityType = "quote", entityId = "2" })
}
<hr>

Loading…
Cancel
Save