Commit e1978b2b authored by yann300's avatar yann300

replace modalDialogCustom by logMessage

parent 11e5fee7
......@@ -314,7 +314,7 @@ function contractDropdown (appAPI, appEvents, instanceContainer) {
if (isVM) {
var vmError = txExecution.checkVMError(txResult)
if (vmError.error) {
modalDialogCustom.alert(vmError.message)
appAPI.logMessage(vmError.message)
return
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment