mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-22 03:45:52 +00:00
fix: simple prompt editor list render (#5717)
This commit is contained in:
@@ -98,7 +98,7 @@ const PromptEditor = ({
|
||||
minH={400}
|
||||
maxH={400}
|
||||
showOpenModal={false}
|
||||
value={value}
|
||||
value={formattedValue}
|
||||
onChange={onChangeInput}
|
||||
onChangeText={onChange}
|
||||
onBlur={onBlurInput}
|
||||
|
Reference in New Issue
Block a user