fix: question guide prompt save & sub route image (#5672)

* fix: question guide prompt save & sub route image

* fix markdown
This commit is contained in:
heheer
2025-09-18 18:13:57 +08:00
committed by GitHub
parent 3099b33343
commit 206fd7e4a8
5 changed files with 24 additions and 24 deletions

View File

@@ -126,6 +126,7 @@ const CustomPromptEditor = ({
border="none"
p={0}
mb={2}
rounded={'none'}
_focus={{
border: 'none',
boxShadow: 'none'
@@ -142,7 +143,7 @@ const CustomPromptEditor = ({
<Button
fontWeight={'medium'}
onClick={() => {
onChange(value.replace(defaultValue, ''));
onChange(value.replace(defaultPrompt, ''));
onClose();
}}
w={20}