feat: remove copy success ui

This commit is contained in:
karishmas6
2024-10-03 05:24:51 +05:30
parent fa1775229e
commit d5eaaff625

View File

@@ -125,11 +125,6 @@ const ApiKeyManager = () => {
</TableRow>
</TableBody>
</Table>
{copySuccess && (
<Typography variant="caption" color="primary">
Copied to Clipboard
</Typography>
)}
</TableContainer>
) : (
<>