mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 07:14:14 +00:00
refactor: improve TypeScript types for NodeCardProps and debug configuration context (#27001)
This commit is contained in:
@@ -242,7 +242,7 @@ const DebugConfigurationContext = createContext<IDebugConfiguration>({
|
||||
},
|
||||
datasetConfigsRef: {
|
||||
current: null,
|
||||
},
|
||||
} as unknown as RefObject<DatasetConfigs>,
|
||||
setDatasetConfigs: noop,
|
||||
hasSetContextVar: false,
|
||||
isShowVisionConfig: false,
|
||||
|
||||
Reference in New Issue
Block a user