Enis Necipoglu
2 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
1 changed files with
2 additions and
2 deletions
-
modules/cms-kit/src/Volo.CmsKit.Common.Web/Pages/CmsKit/Components/Contents/ContentFragment.cshtml
|
|
|
@ -42,7 +42,7 @@ |
|
|
|
|
|
|
|
@try |
|
|
|
{ |
|
|
|
await Component.InvokeAsync(componentName, parameters); |
|
|
|
@await Component.InvokeAsync(componentName, parameters) |
|
|
|
} |
|
|
|
catch (Exception ex) |
|
|
|
{ |
|
|
|
@ -50,7 +50,7 @@ |
|
|
|
@L["ThisPartOfContentCouldntBeLoaded"] |
|
|
|
</div> |
|
|
|
|
|
|
|
Logger.LogWarning(ex, $"Couldn't load the widget: {componentName}"); |
|
|
|
Logger.LogError(ex, $"Couldn't load the widget: {componentName}"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |