OqtaneIgnore implementation fix

This commit is contained in:
Pavel Vesely
2020-06-01 08:24:20 +02:00
parent 0cc325ee95
commit 27a3ac8d1c
7 changed files with 12 additions and 14 deletions

View File

@ -6,7 +6,7 @@ using Oqtane.UI;
namespace Oqtane.Themes
{
public class ContainerBase : ComponentBase, IContainerControl
public abstract class ContainerBase : ComponentBase, IContainerControl
{
[Inject]
protected IJSRuntime JSRuntime { get; set; }