Forráskód Böngészése

Fix: custom disclaim (#5535)

KVOJJJin 10 hónapja
szülő
commit
f220d294e0
1 módosított fájl, 0 hozzáadás és 3 törlés
  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 && (