mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-15 22:06:52 +08:00
refactor: type improvements that doesn't modify functionality (#17970)
This commit is contained in:
@@ -55,7 +55,7 @@ const EndpointList = ({ detail }: Props) => {
|
||||
},
|
||||
})
|
||||
|
||||
const handleCreate = (state: any) => createEndpoint({
|
||||
const handleCreate = (state: Record<string, any>) => createEndpoint({
|
||||
pluginUniqueID,
|
||||
state,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user