Changed order in which uploaded flows are added
This commit is contained in:
parent
73b42e917d
commit
dee08d6584
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue