We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa82ff commit bc73026Copy full SHA for bc73026
src/createOpenDialog.tsx
@@ -94,8 +94,4 @@ export function createOpenDialog(editor: Editor) {
94
</>
95
)
96
}
97
-}
98
-
99
-function addToast(arg0: { title: string; description: "invalidRecords" | "notATldrawFile" | "v1File" | "migrationFailed" | "fileFormatVersionTooNew"; severity: string; }) {
100
- throw new Error("Function not implemented.");
101
+}
0 commit comments