feat(Storage) Storage feature done
This commit is contained in:
@@ -125,7 +125,7 @@ else
|
||||
}
|
||||
|
||||
|
||||
public void Dispose()
|
||||
void IDisposable.Dispose()
|
||||
{
|
||||
noteService.Unsubscribe(StateHasChanged);
|
||||
}
|
||||
|
||||
@@ -112,7 +112,7 @@ else
|
||||
noteService.Load();
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
void IDisposable.Dispose()
|
||||
{
|
||||
noteService.Unsubscribe(StateHasChanged);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user