fix: tambah calendar divisi
This commit is contained in:
@@ -100,7 +100,7 @@ export default function CalendarDivisionCreate() {
|
||||
} else {
|
||||
setError({ ...error, repeatEventType: false });
|
||||
if (val == "once") {
|
||||
setData({ ...data, repeatValue: 1 });
|
||||
setData(data => ({ ...data, repeatValue: 1 }));
|
||||
}
|
||||
}
|
||||
} else if (cat == "repeatValue") {
|
||||
|
||||
Reference in New Issue
Block a user