refactor: useSchedulesStore.ts
This commit is contained in:
@@ -6,7 +6,7 @@ import {
|
||||
type ScheduleRunSummary,
|
||||
} from "../../services/api";
|
||||
import { EMPTY_SCHEDULE_FORM, EMPTY_NODE_FORM } from "./constants";
|
||||
import type { NodeForm } from "./state/schedulesStore";
|
||||
import type { NodeForm } from "./state/types";
|
||||
|
||||
export function formatTime(value: string | null): string {
|
||||
if (!value) return "尚未执行";
|
||||
|
||||
Reference in New Issue
Block a user