mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 03:16:51 +08:00
chore(web): strong typing (#2339)
This commit is contained in:
@@ -83,7 +83,7 @@ const EditCustomCollectionModal: FC<Props> = ({
|
||||
(async () => {
|
||||
const customCollection = getCustomCollection()
|
||||
try {
|
||||
const { parameters_schema, schema_type } = await parseParamsSchema(debouncedSchema) as any
|
||||
const { parameters_schema, schema_type } = await parseParamsSchema(debouncedSchema)
|
||||
const newCollection = produce(customCollection, (draft) => {
|
||||
draft.schema_type = schema_type
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user