add: notification for validation sub aspect name

This commit is contained in:
abiyasa05 2024-10-07 09:02:27 +07:00
parent 75d7e93d4c
commit 0edd2f40ed

View File

@ -150,7 +150,7 @@ export default function AspectFormModal() {
}); });
} else { } else {
notifications.show({ notifications.show({
message: "Terjadi kesalahan saat menyimpan aspek.", message: "Nama Sub Aspek sudah ada. Silakan gunakan nama lain.",
color: "red", color: "red",
}); });
} }