feat(Storage) Storage feature done
This commit is contained in:
@@ -144,7 +144,7 @@
|
||||
StateHasChanged();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
void IDisposable.Dispose()
|
||||
{
|
||||
searchService.Unsubscribe(OnSearchChanged);
|
||||
timer.Elapsed -= FocusTimer;
|
||||
|
||||
Reference in New Issue
Block a user