Skip to content

Commit

Permalink
Fix selecting UTXOs (#363)
Browse files Browse the repository at this point in the history
* Fix selecting UTXOs for operation unselects previously selected coins if select all.

* Update src/Shared/UTXOSelectorModal.razor

Remove ShowPager

Co-authored-by: Rodrigo <[email protected]>

---------

Co-authored-by: Rodrigo <[email protected]>
  • Loading branch information
AleksKSoftware and RodriFS authored Jan 19, 2024
1 parent 8f98b6d commit 41aa88d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Shared/UTXOSelectorModal.razor
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@
Responsive
FixedHeader
FixedHeaderDataGridMaxHeight="400px"
ShowPager
PageSize="6"
>
<DataGridMultiSelectColumn Width="30px"></DataGridMultiSelectColumn>
<DataGridColumn Field="@nameof(UTXO.Value)" Caption="BTC" Sortable="true"/>
Expand Down

0 comments on commit 41aa88d

Please sign in to comment.