fix(Data Import): show failed import logs
This commit is contained in:
parent
6367194620
commit
2e730d7056
1 changed files with 0 additions and 1 deletions
|
|
@ -449,7 +449,6 @@ frappe.ui.form.on("Data Import", {
|
|||
}
|
||||
} else {
|
||||
let messages = JSON.parse(log.messages || "[]")
|
||||
.map(JSON.parse)
|
||||
.map((m) => {
|
||||
let title = m.title ? `<strong>${m.title}</strong>` : "";
|
||||
let message = m.message ? `<div>${m.message}</div>` : "";
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue