Add props into provider job state

NaiJi ✨ 2022-09-19 02:13:25 +03:00
parent 2a4c691f1e
commit fe95f5e5d3
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ class ApiProviderVolumeState extends ServerInstallationDependendState {
);
@override
List<Object?> get props => [_volumes];
List<Object?> get props => [_volumes, status, isResizing];
}