mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-06-23 02:08:55 +00:00
fix bug: file
This commit is contained in:
@ -55,7 +55,7 @@ const AttachSmall = ({
|
||||
<div className="flex flex-row items-center justify-between space-x-1 p-1">
|
||||
<LoaderCircle size={20} className="text-sky-400 animate-spin" />
|
||||
</div>
|
||||
) : files.length > 0 ? (
|
||||
) : files && files.length > 0 ? (
|
||||
<Popover className="max-w-[15rem] md:max-w-md lg:max-w-lg">
|
||||
<PopoverButton
|
||||
type="button"
|
||||
|
@ -50,7 +50,7 @@ const focusModes = [
|
||||
},
|
||||
{
|
||||
key: 'translator',
|
||||
title: 'Trasnlator',
|
||||
title: 'Translator',
|
||||
description: 'Chat without searching the web',
|
||||
icon: (
|
||||
<SiGoogletranslate
|
||||
|
Reference in New Issue
Block a user