2
0

🐛 (dify) Fix conversation ID being overwritten randomly

Closes #1452
This commit is contained in:
Baptiste Arnaud
2024-04-23 11:23:04 +02:00
parent fadcd3af22
commit 7f39d5ac79
9 changed files with 132 additions and 42 deletions

View File

@ -22,6 +22,7 @@ export interface ZodLayoutMetadata<
moreInfoTooltip?: string
isHidden?: boolean
isDebounceDisabled?: boolean
hiddenItems?: string[]
}
declare module 'zod' {