mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
reset filter values
This commit is contained in:
parent
9006224ca9
commit
6fbd717bdb
1 changed files with 4 additions and 2 deletions
|
@ -99,11 +99,13 @@ class OfferBookDataModel implements Activatable, DataModel {
|
|||
public void activate() {
|
||||
addBindings();
|
||||
addListeners();
|
||||
/*
|
||||
|
||||
// reset filter values
|
||||
amountAsCoin.set(null);
|
||||
priceAsFiat.set(null);
|
||||
volumeAsFiat.set(null);
|
||||
|
||||
|
||||
/*
|
||||
//TODO temp for testing
|
||||
amountAsCoin.set(Coin.COIN);
|
||||
priceAsFiat.set(Fiat.valueOf("EUR", 300*10000));
|
||||
|
|
Loading…
Add table
Reference in a new issue