Skip to content

Commit

Permalink
feat(create snapshot cubit): update the state of the button after top…
Browse files Browse the repository at this point in the history
…up success PE-4694
  • Loading branch information
matibat committed Oct 2, 2023
1 parent 6d84457 commit 4d1bf6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/blocs/create_snapshot/create_snapshot_cubit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,7 @@ class CreateSnapshotCubit extends Cubit<CreateSnapshotState> {
hasNoTurboBalance: _hasNoTurboBalance,
sufficientBalanceToPayWithTurbo: _sufficentCreditsBalance,
uploadMethod: _uploadMethod,
isButtonToUploadEnabled: _isButtonToUploadEnabled,
),
);
}
Expand Down

0 comments on commit 4d1bf6c

Please sign in to comment.