Disable reroute migration (2/2) (#3385)

This commit is contained in:
Chenlei Hu
2025-04-10 14:06:09 -04:00
committed by Chenlei Hu
parent b1fd39ceba
commit e3a02885bb

View File

@@ -164,7 +164,7 @@ export const useWorkflowService = () => {
{
showMissingModelsDialog: loadFromRemote,
showMissingNodesDialog: loadFromRemote,
checkForRerouteMigration: loadFromRemote
checkForRerouteMigration: false
}
)
}