mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2025-03-18 12:34:54 +00:00
Add props into provider job state
This commit is contained in:
parent
2a4c691f1e
commit
fe95f5e5d3
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ class ApiProviderVolumeState extends ServerInstallationDependendState {
|
||||||
);
|
);
|
||||||
|
|
||||||
@override
|
@override
|
||||||
List<Object?> get props => [_volumes];
|
List<Object?> get props => [_volumes, status, isResizing];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue