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 12, 2023
1 parent c19d2f1 commit a546d7d
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 a546d7d

Please sign in to comment.