Skip to content

Commit e763212

Browse files
committed
Add issue link to error pop-up TODO comment
1 parent 72d936a commit e763212

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/components/canvas/FlowCanvas.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ const acceptDroppedFile = (file: File, importFlow: (json: string) => void) => {
7171
e.target && importFlow(e.target.result as string)
7272
} catch (e) {
7373
// TODO: Display an error pop-up on failed import
74+
// https://github.com/OctoConsulting/keip-canvas/issues/7
7475
console.error((e as Error).message)
7576
}
7677
}

0 commit comments

Comments
 (0)