mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
CORDA-1123 - Node explorer / Demobench UI issues (#2684)
This commit is contained in:
parent
385139ce80
commit
de45851434
@ -133,6 +133,7 @@ class NewTransaction : Fragment() {
|
||||
is FlowException -> {
|
||||
dialog.alertType = Alert.AlertType.ERROR
|
||||
dialog.contentText = ex.message
|
||||
dialog.isResizable = true
|
||||
}
|
||||
else -> {
|
||||
dialog.close()
|
||||
|
Loading…
Reference in New Issue
Block a user