Save Flow - update name and description for actual flow too

This commit is contained in:
Lucas Oliveira 2023-12-08 19:19:54 -03:00
commit 8e4c701ff3

View file

@ -131,8 +131,6 @@ export default function ShareModal({
});
}
await saveFlow({ ...flows.find((flow) => flow.id === tabId)! }, true);
if (!update)
saveFlowStore(flow!, getTagsIds(selectedTags, tags), sharePublic).then(
successShare,