add IDisposable declaration to accompany existing Dispose() method

This commit is contained in:
sbwalker
2024-01-30 13:13:49 -05:00
parent ea04c7d5eb
commit 7fcfffba6f
6 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,7 @@
@using System.ComponentModel
@namespace Oqtane.UI
@inject SiteState SiteState
@implements IDisposable
@if (ComponentType != null && _visible)
{

View File

@ -13,6 +13,7 @@
@inject ILogService LogService
@inject IJSRuntime JSRuntime
@implements IHandleAfterRender
@implements IDisposable
@if (!string.IsNullOrEmpty(_error))
{