fix bug: file

This commit is contained in:
litongjava
2025-02-03 01:27:27 -10:00
parent 3558dc2ed2
commit 311f0e0879
3 changed files with 4 additions and 4 deletions

View File

@ -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"