hotfix: Backups unable to init
continuous-integration/drone/push Build was killed Details

pull/486/head
Inex Code 2024-03-14 20:51:14 +03:00
parent 66b487545f
commit 04401e3c00
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,