mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
feat: param schema support readonly
This commit is contained in:
@ -113,9 +113,7 @@ const SchemaModal: FC<Props> = ({
|
||||
<VisualEditorContextProvider>
|
||||
<VisualEditor
|
||||
schema={testSchema}
|
||||
onChange={(schema: SchemaRoot) => {
|
||||
console.log('Schema changed:', schema)
|
||||
}}
|
||||
readOnly
|
||||
></VisualEditor>
|
||||
</VisualEditorContextProvider>
|
||||
</MittProvider>
|
||||
|
||||
Reference in New Issue
Block a user