chore: hideCopy if video or audio

This commit is contained in:
Ibrahima G. Coulibaly
2025-04-03 20:04:25 +00:00
parent 3b37b67474
commit 1c22bf4c5b
3 changed files with 14 additions and 9 deletions

View File

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