Skip to content

Commit 04f0c98

Browse files
authored
Merge pull request #863 from getmaxun/edit-page
fix: broken import paths for schedule settings
2 parents 0925084 + 75b42b9 commit 04f0c98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/storage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { default as axios } from "axios";
22
import { WorkflowFile } from "maxun-core";
33
import { RunSettings } from "../components/run/RunSettings";
4-
import { ScheduleSettings } from "../components/robot/ScheduleSettings";
4+
import { ScheduleSettings } from "../components/robot/pages/ScheduleSettingsPage";
55
import { CreateRunResponse, ScheduleRunResponse } from "../pages/MainPage";
66
import { apiUrl } from "../apiConfig";
77

src/pages/MainPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { createAndRunRecording, createRunForStoredRecording, CreateRunResponseWi
1111
import { io, Socket } from "socket.io-client";
1212
import { stopRecording } from "../api/recording";
1313
import { RunSettings } from "../components/run/RunSettings";
14-
import { ScheduleSettings } from "../components/robot/ScheduleSettings";
14+
import { ScheduleSettings } from "../components/robot/pages/ScheduleSettingsPage";
1515
import { apiUrl } from "../apiConfig";
1616
import { useNavigate } from 'react-router-dom';
1717
import { AuthContext } from '../context/auth';

0 commit comments

Comments
 (0)