Skip to content

Commit

Permalink
Merge pull request #664 from MewsSystems/dcm-fix
Browse files Browse the repository at this point in the history
ci: Bump to DCM 1.21.2
  • Loading branch information
witwash authored Aug 20, 2024
2 parents 8c94962 + e581050 commit e4ab119
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dcm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: CQLabs/setup-dcm@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
version: "1.21.0"
version: "1.21.2"

- uses: ./.github/actions/setup

Expand Down
1 change: 0 additions & 1 deletion optimus/lib/src/dropdown/base_dropdown_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ class BaseDropdownTile extends StatelessWidget {
padding: EdgeInsets.only(right: tokens.spacing200),
child: CheckboxTick(
isEnabled: true,
// ignore: prefer-boolean-prefixes, DCM bug
onChanged: (_) {},
onTap: () {},
isChecked: isSelected,
Expand Down
1 change: 0 additions & 1 deletion optimus/lib/src/selection_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ class _OptimusSelectionCardState extends State<OptimusSelectionCard>
CheckboxTick(
isEnabled: widget.isEnabled,
isChecked: widget.isSelected,
// ignore: prefer-boolean-prefixes, DCM bug
onChanged: (_) {},
onTap: () {},
)
Expand Down

0 comments on commit e4ab119

Please sign in to comment.