consent context vibe

This commit is contained in:
Igor Loskutov
2025-06-17 17:47:04 -04:00
parent 91c7c8b83a
commit 2ac92b2d67
6 changed files with 52 additions and 23 deletions

View File

@@ -177,6 +177,8 @@ const TranscriptCreate = () => {
value={targetLanguage}
onChange={onLanguageChange}
placeholder="Choose your language"
onBlur={() => {}}
onFocus={() => {}}
/>
</Box>
{isClient && !loading ? (