add IDisposable declaration to accompany existing Dispose() method
This commit is contained in:
@ -13,6 +13,7 @@
|
||||
@inject ILogService LogService
|
||||
@inject IJSRuntime JSRuntime
|
||||
@implements IHandleAfterRender
|
||||
@implements IDisposable
|
||||
|
||||
@if (!string.IsNullOrEmpty(_error))
|
||||
{
|
||||
|
Reference in New Issue
Block a user