[bisq-network/bisq] Wait until proposal is published before resetting the form (#2384)

Christoph Atteneder notifications at github.com
Mon Feb 11 08:37:09 UTC 2019


ripcurlx commented on this pull request.



>                  },
-                errorMessage -> new Popup<>().warning(errorMessage).show());
+                errorMessage -> {
+                    new Popup<>().warning(errorMessage).show();
+                    makeProposalButton.setDisable(false);

Yes, it also should be reset in case of an error. Just pushed the commit.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2384#discussion_r255410364
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190211/bc31059a/attachment.html>


More information about the bisq-github mailing list