hotfix: Backups unable to init

pull/488/head
Inex Code 2024-03-14 20:51:14 +03:00
parent 48c28261b8
commit acc528635f
1 changed files with 3 additions and 0 deletions

View File

@ -66,6 +66,9 @@ class BackupsUnititialized extends BackupsState {
@override
List<Object> get props => [];
@override
bool get preventActions => false;
@override
BackupsUnititialized copyWith({
final BackblazeBucket? backblazeBucket,