ソースを参照

Fix: custom disclaim (#5535)

KVOJJJin 10 ヶ月 前
コミット
f220d294e0
1 ファイル変更0 行追加3 行削除
  1. 0 3
      web/app/components/base/chat/chat/index.tsx

+ 0 - 3
web/app/components/base/chat/chat/index.tsx

@@ -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>
         {showPromptLogModal && (