Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hknots committed Dec 19, 2024
1 parent 7aa1df3 commit ae7f7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constants/envSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const EnvSelector = ({
<Select label="" defaultValue={value} onChange={handleChange}>
<option value="Api">API</option>
<option value="Beta">BETA</option>
<option value="Aplha">ALPHA</option>
<option value="Alpha">ALPHA</option>
</Select>
);
};

0 comments on commit ae7f7eb

Please sign in to comment.