Changed order in which uploaded flows are added

This commit is contained in:
Lucas Oliveira 2023-11-22 15:50:55 -03:00
commit dee08d6584

View file

@ -548,7 +548,7 @@ export function FlowsProvider({ children }: { children: ReactNode }) {
newFlow.id = id;
// Add the new flow to the list of flows.
addFlowToLocalState(newFlow);
refreshFlows();
// Return the id
return id;