diff --git a/client/src/components/Chat/Input/Files/RemoveFile.tsx b/client/src/components/Chat/Input/Files/RemoveFile.tsx index e9d0a6b768..31dccf4e30 100644 --- a/client/src/components/Chat/Input/Files/RemoveFile.tsx +++ b/client/src/components/Chat/Input/Files/RemoveFile.tsx @@ -2,7 +2,7 @@ export default function RemoveFile({ onRemove }: { onRemove: () => void }) { return ( diff --git a/client/src/components/Files/DeleteIconButton.tsx b/client/src/components/Files/DeleteIconButton.tsx index f887487d7a..50ac461bab 100644 --- a/client/src/components/Files/DeleteIconButton.tsx +++ b/client/src/components/Files/DeleteIconButton.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { CrossIcon, NewTrashIcon } from '~/components/svg'; +import { CrossIcon, TrashIcon } from '~/components/svg'; import { Button } from '~/components/ui'; type DeleteIconButtonProps = { @@ -10,7 +10,7 @@ export default function DeleteIconButton({ onClick }: DeleteIconButtonProps) { return (
}
- {imageVisionEnabled && version == 1 && }
{retrievalEnabled && (