Skip to content

Commit 778b4be

Browse files
sshniropietrop
andauthored
Update demo/select-stt-json-type.js
Co-Authored-By: Pietro <[email protected]>
1 parent 99048ed commit 778b4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/select-stt-json-type.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const SttTypeSelect = props => {
1818
<option value="vtt-youtube" disabled>Youtube VTT</option>
1919
<option value="amazontranscribe">Amazon Transcribe</option>
2020
<option value="digitalpaperedit">Digital Paper Edit</option>
21-
<option value="gcp">Google STT</option>
21+
<option value="google-stt">Google STT</option>
2222
</select>;
2323
};
2424

0 commit comments

Comments
 (0)