Remove commented out code in MenuBar component
This commit is contained in:
parent
2d4afc02ec
commit
1b0322d1e2
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ export const MenuBar = ({
|
|||
addFlow(true).then((id) => {
|
||||
navigate("/flow/" + id);
|
||||
});
|
||||
// saveFlowStyleInDataBase();
|
||||
} catch (err) {
|
||||
setErrorData(err as { title: string; list?: Array<string> });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue