mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
feat: add create/edit link form + controller methods
This commit is contained in:
@@ -21,7 +21,9 @@ export default function LangSelector() {
|
||||
defaultValue={i18n.language}
|
||||
>
|
||||
{languages.map((lang) => (
|
||||
<option value={lang}>{t(`language.${lang}`)}</option>
|
||||
<option value={lang} key={lang}>
|
||||
{t(`language.${lang}`)}
|
||||
</option>
|
||||
))}
|
||||
</select>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user