mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
⬆️ Update dependency next-i18next to v13 (#956)
* ⬆️ Update dependency next-i18next to v13 * 🚨 Fix compile errors --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Manuel <manuel.ruwe@bluewin.ch>
This commit is contained in:
@@ -64,7 +64,7 @@ export const CreateConfigCopyModal = ({
|
||||
<form onSubmit={form.onSubmit(handleSubmit)}>
|
||||
<TextInput
|
||||
label={t('modal.copy.form.configName.label')}
|
||||
placeholder={t('modal.copy.form.configName.placeholder')}
|
||||
placeholder={t('modal.copy.form.configName.placeholder') ?? undefined}
|
||||
{...form.getInputProps('configName')}
|
||||
/>
|
||||
<Group position="right" mt="md">
|
||||
|
||||
Reference in New Issue
Block a user