CORDA-1123 - Node explorer / Demobench UI issues (#2684)

This commit is contained in:
Patrick Kuo 2018-03-02 18:14:08 +00:00 committed by Katelyn Baker
parent 385139ce80
commit de45851434

View File

@ -133,6 +133,7 @@ class NewTransaction : Fragment() {
is FlowException -> {
dialog.alertType = Alert.AlertType.ERROR
dialog.contentText = ex.message
dialog.isResizable = true
}
else -> {
dialog.close()