Skip to content

Commit

Permalink
JIRA-153 #test
Browse files Browse the repository at this point in the history
  • Loading branch information
seongho9 committed Nov 23, 2023
1 parent 4c74dd9 commit c80b404
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/components/LanguageSelectComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ interface LanguageSelectProps {
export default function LanguageSelectComponent(props: LanguageSelectProps) {
return (
<SelectLang name="language" onChange={props.onChange}>
<option value={'PYTHON'}>python</option>
<option value={'JAVASCRIPT'}>javascript</option>
<option value={'C'}>c</option>
<option value={'C++'}>c++</option>
<option value={'javascript'}>javascript</option>
</SelectLang>
);
}

0 comments on commit c80b404

Please sign in to comment.