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
commit b032af86f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
{