Skip to content

Commit bc73026

Browse files
author
skhmt
committed
removed extra code
1 parent 8fa82ff commit bc73026

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/createOpenDialog.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,4 @@ export function createOpenDialog(editor: Editor) {
9494
</>
9595
)
9696
}
97-
}
98-
99-
function addToast(arg0: { title: string; description: "invalidRecords" | "notATldrawFile" | "v1File" | "migrationFailed" | "fileFormatVersionTooNew"; severity: string; }) {
100-
throw new Error("Function not implemented.");
101-
}
97+
}

0 commit comments

Comments
 (0)