Remove github token modal

This commit is contained in:
1ilit
2024-09-01 20:36:20 +04:00
parent 85cf795fc9
commit 6eddfd983f
7 changed files with 0 additions and 65 deletions

View File

@@ -338,7 +338,6 @@ export default function WorkSpace() {
});
const diagramSrc = res.data.files["share.json"].content;
const d = JSON.parse(diagramSrc);
setGistId("");
setUndoStack([]);
setRedoStack([]);
setLoadedFromGistId(shareId);