mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-22 02:13:59 +00:00
fix: fixing typo on length
This commit is contained in:
@@ -28,7 +28,7 @@ export function CloudSyncRenameArtifactModal({
|
||||
label: yup
|
||||
.string()
|
||||
.required(t("required_field"))
|
||||
.max(255, t("max_length_field", { lenght: 255 })),
|
||||
.max(255, t("max_length_field", { length: 255 })),
|
||||
});
|
||||
|
||||
const { getGameArtifacts } = useContext(cloudSyncContext);
|
||||
|
||||
Reference in New Issue
Block a user