We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37512c commit 75b42b9Copy full SHA for 75b42b9
src/api/storage.ts
@@ -1,7 +1,7 @@
1
import { default as axios } from "axios";
2
import { WorkflowFile } from "maxun-core";
3
import { RunSettings } from "../components/run/RunSettings";
4
-import { ScheduleSettings } from "../components/robot/ScheduleSettings";
+import { ScheduleSettings } from "../components/robot/pages/ScheduleSettingsPage";
5
import { CreateRunResponse, ScheduleRunResponse } from "../pages/MainPage";
6
import { apiUrl } from "../apiConfig";
7
0 commit comments