mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Clarify duplicate recording error message
This commit is contained in:
@@ -1395,8 +1395,8 @@ const RecordingForm = ({ type = 'add', initialValues }: RecordingFormProps) => {
|
|||||||
|
|
||||||
if (hasSameDayRecording) {
|
if (hasSameDayRecording) {
|
||||||
toast.error(
|
toast.error(
|
||||||
`Recording untuk hari ${nextDayRecording.next_day} sudah ada.
|
`Recording untuk hari ke-${nextDayRecording.next_day} sudah ada datanya.
|
||||||
Tidak bisa membuat recording duplikat, mohon perbarui recording yang sudah ada terlebih dahulu.`
|
Tidak bisa membuat recording di hari yang sama dengan project flock yang sama, mohon perbarui recording yang sudah ada terlebih dahulu.`
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user