mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-11 02:20:08 +00:00
Add reroute migration toast (#3286)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
@@ -135,7 +135,8 @@ export class ChangeTracker {
|
||||
try {
|
||||
await this.app.loadGraphData(prevState, false, false, this.workflow, {
|
||||
showMissingModelsDialog: false,
|
||||
showMissingNodesDialog: false
|
||||
showMissingNodesDialog: false,
|
||||
checkForRerouteMigration: false
|
||||
})
|
||||
this.activeState = prevState
|
||||
this.updateModified()
|
||||
|
||||
Reference in New Issue
Block a user