mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-10 23:50:00 +00:00
Restyle missing node warning dialog (#1348)
* nit * Restyle missing node warning dialog * nit * nit
This commit is contained in:
@@ -14,16 +14,12 @@ import { i18n } from '@/i18n'
|
||||
|
||||
export function showLoadWorkflowWarning(props: {
|
||||
missingNodeTypes: any[]
|
||||
hasAddedNodes: boolean
|
||||
[key: string]: any
|
||||
}) {
|
||||
const dialogStore = useDialogStore()
|
||||
dialogStore.showDialog({
|
||||
component: LoadWorkflowWarning,
|
||||
props,
|
||||
dialogComponentProps: {
|
||||
maximizable: true
|
||||
}
|
||||
props
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user