mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-25 00:39:49 +00:00
[Type] Mark app as required arg for ComfyWidgetConstructor (#2518)
This commit is contained in:
@@ -15,7 +15,7 @@ export const useIntWidget = () => {
|
||||
node: LGraphNode,
|
||||
inputName: string,
|
||||
inputData: InputSpec,
|
||||
app?: ComfyApp,
|
||||
app: ComfyApp,
|
||||
widgetName?: string
|
||||
) => {
|
||||
const settingStore = useSettingStore()
|
||||
|
||||
Reference in New Issue
Block a user