feat: change type gen language

This commit is contained in:
AykutSarac 2023-12-17 16:24:17 +03:00
parent 83664890d9
commit 1a402891a4
No known key found for this signature in database

View File

@ -56,7 +56,7 @@ export const TypeModal: React.FC<ModalProps> = ({ opened, onClose }) => {
<Prism
miw={350}
mah={600}
language="typescript"
language={selectedType}
copyLabel="Copy to clipboard"
copiedLabel="Copied to clipboard"
withLineNumbers