Client fixes
Client is partially done. 227 warnings left out of 1500 I like Rider
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
@namespace Oqtane.Themes.Controls
|
||||
@using Oqtane.Enums
|
||||
@inherits ThemeControlBase
|
||||
@inject NavigationManager NavigationManager
|
||||
@inject IUserService UserService
|
||||
|
@ -27,7 +27,7 @@ namespace Oqtane.Themes
|
||||
Url = ThemePath() + Url;
|
||||
}
|
||||
var interop = new Interop(JSRuntime);
|
||||
await interop.IncludeCSS("Theme", Url);
|
||||
await interop.IncludeCss("Theme", Url);
|
||||
}
|
||||
|
||||
public string NavigateUrl()
|
||||
|
Reference in New Issue
Block a user