Skip to content

Commit

Permalink
fix: changeless checkbox now updates when default coin selection clic…
Browse files Browse the repository at this point in the history
…ked (#354)
  • Loading branch information
markettes authored and Jossec101 committed Dec 8, 2023
1 parent a6852c4 commit ee8b760
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Pages/ChannelRequests.razor
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,7 @@
{
_utxoSelectorModalRef.ClearModal();
SelectedUTXOs.Clear();
_isChangeless = false;
StateHasChanged();
}

Expand Down

0 comments on commit ee8b760

Please sign in to comment.