Fix connection line type.

This commit is contained in:
Paulo Gustavo Veiga
2022-12-09 20:56:01 -08:00
parent 68866fe4fe
commit a230d343ab
14 changed files with 60 additions and 58 deletions

View File

@ -89,10 +89,8 @@ const Editor = ({
model.registerEvents(setCanvasUpdate, capability);
})
.catch((e) => {
console.error(JSON.stringify(e));
window.newrelic?.noticeError(
new Error(`Unexpected error loading map ${mapInfo.getId()} = ${JSON.stringify(e)}`),
);
console.error(e);
window.newrelic?.noticeError(e);
});
setModel(model);
}