Merge pull request #148 from sbwalker/master

fix base class
This commit is contained in:
Shaun Walker
2019-10-22 12:53:15 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
@namespace Oqtane.Modules.Controls
@inherits ThemeControlBase
@inherits ModuleBase
<CascadingValue Value="this">
<div>

View File

@ -1,5 +1,5 @@
@namespace Oqtane.Modules.Controls
@inherits ThemeControlBase
@inherits ModuleBase
@if (Parent.ActiveTabPanel == (TabPanel)(object)this)
{