mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-01-23 01:06:44 +00:00
Add props into provider job state
This commit is contained in:
parent
2a4c691f1e
commit
fe95f5e5d3
|
@ -23,5 +23,5 @@ class ApiProviderVolumeState extends ServerInstallationDependendState {
|
|||
);
|
||||
|
||||
@override
|
||||
List<Object?> get props => [_volumes];
|
||||
List<Object?> get props => [_volumes, status, isResizing];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue