mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-22 12:38:46 +08:00
Fix: custom disclaim (#5535)
This commit is contained in:
parent
8294e97113
commit
f220d294e0
@ -263,9 +263,6 @@ const Chat: FC<ChatProps> = ({
|
|||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
{appData && appData.site.custom_disclaimer && <div className='text-xs text-gray-500 mt-1 text-center'>
|
|
||||||
{appData.site.custom_disclaimer}
|
|
||||||
</div>}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{showPromptLogModal && (
|
{showPromptLogModal && (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user