mirror of
https://github.com/drawdb-io/drawdb.git
synced 2025-09-01 18:35:24 +00:00
Remove github token modal
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user