Skip to content

Commit

Permalink
Merge pull request #83 from AI4Bharat/v1.0
Browse files Browse the repository at this point in the history
Track Default
  • Loading branch information
Shanks0465 authored Sep 17, 2024
2 parents d8fc4ef + f9eb60e commit 251b4d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frontend/components/TryOut/ASR.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ export default function ASR({ services }: { services: any }) {
Allow the AI to be improved by usage analysis.
</FormLabel>
<Switch
checked={tracking}
isChecked={tracking}
onChange={(e) => setTracking(e.target.checked)}
colorScheme="orange"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/TryOut/NMT.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export default function NMT({ services }: { services: any }) {
Allow the AI to be improved by usage analysis.
</FormLabel>
<Switch
checked={tracking}
isChecked={tracking}
onChange={(e) => setTracking(e.target.checked)}
colorScheme="orange"
/>
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/TryOut/TTS.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function TTS({ services }: { services: any }) {
Allow the AI to be improved by usage analysis.
</FormLabel>
<Switch
checked={tracking}
isChecked={tracking}
onChange={(e) => setTracking(e.target.checked)}
colorScheme="orange"
/>
Expand Down

0 comments on commit 251b4d6

Please sign in to comment.