fix: misc

This commit is contained in:
Ibrahima G. Coulibaly
2025-05-13 22:48:28 +01:00
parent 8fb2656fc2
commit 93c776aa72
5 changed files with 148 additions and 157 deletions

View File

@@ -173,7 +173,9 @@ export default function ToolFileResult({
disabled={!value}
handleCopy={handleCopy}
handleDownload={handleDownload}
hideCopy={fileType === 'video' || fileType === 'audio'}
hideCopy={
fileType === 'video' || fileType === 'audio' || fileType === 'pdf'
}
/>
</Box>
);