fix base class

This commit is contained in:
Shaun Walker 2019-10-22 12:52:34 -04:00
parent 4d5cc262ef
commit 135fe2d61a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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