Changes
1 changed files (+0/-9)
-
-
@@ -117,7 +117,6 @@ worker: proto.MessageShape<typeof WorkerSchema>,dates: proto.MessageShape<typeof DateSchema>[], ) => Promise<void>, ) => { let hasUpdatedAny = false; try { for (let i = 0, l = workers.length; i < l; i++) { const cells = selection.cells
-
@@ -147,16 +146,8 @@ continue;} await callback(worker, cells); hasUpdatedAny = true; } } finally { if (hasUpdatedAny) { toast.open({ severity: "success", title: "勤怠記録を更新しました", }); } onWorkRecordUpdated?.(); } };
-