add IDisposable declaration to accompany existing Dispose() method
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
@using System.ComponentModel
|
||||
@using Oqtane.Shared
|
||||
@inject SiteState SiteState
|
||||
@implements IDisposable
|
||||
|
||||
@if (!string.IsNullOrEmpty(_title))
|
||||
{
|
||||
|
Reference in New Issue
Block a user