Merge pull request #574 from chlupac/OqtaneIgnore
OqtaneIgnore implementation fix
This commit is contained in:
@ -8,7 +8,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Oqtane.Themes
|
||||
{
|
||||
public class ThemeBase : ComponentBase, IThemeControl
|
||||
public abstract class ThemeBase : ComponentBase, IThemeControl
|
||||
{
|
||||
[Inject]
|
||||
protected IJSRuntime JSRuntime { get; set; }
|
||||
|
Reference in New Issue
Block a user