upgrade themes to latest Bootstrap, fix breaking change to ThemeBase due to IThemeControl being removed
This commit is contained in:
@ -9,7 +9,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Oqtane.Themes
|
||||
{
|
||||
public abstract class ThemeBase : ComponentBase
|
||||
public abstract class ThemeBase : ComponentBase, IThemeControl
|
||||
{
|
||||
[Inject]
|
||||
protected IJSRuntime JSRuntime { get; set; }
|
||||
|
Reference in New Issue
Block a user