Feat: change

This commit is contained in:
Nevo David 2024-05-30 22:33:59 +07:00
parent 4e9c181719
commit 72d834bf78
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ export const AddEditModal: FC<{
}
}
if (key.value.some((p) => !p.content || p.content.length < 6)) {
setShowError(true);
return;