Browse Source

Fix: custom disclaim (#5535)

KVOJJJin 10 tháng trước cách đây
mục cha
commit
f220d294e0
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  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 && (