8179-testToMaster #909

Merged
alexm merged 448 commits from 8179-testToMaster into master 2024-11-12 07:01:12 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ca568c31ca - Show all commits

View File

@ -225,7 +225,7 @@ function navigate(id) {
const cloneRoutes = () => {
if (!selectedRows.value.length || !startingDate.value) return;
axios.post('route.Routes/clone', {
axios.post('Routes/clone', {
created: startingDate.value,
ids: selectedRows.value.map((row) => row?.id),
});