Skip to content

Commit

Permalink
fixing todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecoomber committed Apr 12, 2024
1 parent 1241816 commit 45c7441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/components/pagination/pagination.dart
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ class _ZetaPaginationState extends State<ZetaPagination> {
border: Border.all(color: colors.borderSubtle),
borderRadius: widget.rounded ? ZetaRadius.minimal : ZetaRadius.none,
),
// TODO: Replace with Zeta Dropdown
// TODO(mikecoomber): Replace with Zeta Dropdown
child: DropdownButton(
items: items,
onChanged: (val) => _onItemPressed(val!),
Expand Down

0 comments on commit 45c7441

Please sign in to comment.