File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1018,7 +1018,7 @@ export class ComfyApp {
10181018
10191019 private showMissingNodesError ( missingNodeTypes : MissingNodeType [ ] ) {
10201020 if ( useSettingStore ( ) . get ( 'Comfy.Workflow.ShowMissingNodesWarning' ) ) {
1021- useDialogService ( ) . showCloudLoadWorkflowWarning ( { missingNodeTypes } )
1021+ useDialogService ( ) . showLoadWorkflowWarning ( { missingNodeTypes } )
10221022 }
10231023 }
10241024
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export type ConfirmationDialogType =
4747export const useDialogService = ( ) => {
4848 const dialogStore = useDialogStore ( )
4949
50- function showCloudLoadWorkflowWarning (
50+ function showLoadWorkflowWarning (
5151 props : ComponentProps < typeof MissingNodesContent >
5252 ) {
5353 dialogStore . showDialog ( {
@@ -539,7 +539,7 @@ export const useDialogService = () => {
539539 }
540540
541541 return {
542- showCloudLoadWorkflowWarning ,
542+ showLoadWorkflowWarning ,
543543 showMissingModelsWarning,
544544 showSettingsDialog,
545545 showAboutDialog,
You can’t perform that action at this time.
0 commit comments