fix: remove unused Column import in dashboard legacy.ts
This commit is contained in:
@@ -6,7 +6,7 @@ import type {
|
|||||||
TaskComment,
|
TaskComment,
|
||||||
TaskCreateInput,
|
TaskCreateInput,
|
||||||
AgentLogEntry,
|
AgentLogEntry,
|
||||||
Column,
|
ColumnId,
|
||||||
MergeResult,
|
MergeResult,
|
||||||
Settings,
|
Settings,
|
||||||
GlobalSettings,
|
GlobalSettings,
|
||||||
@@ -527,7 +527,7 @@ export function batchUpdateTaskModels(
|
|||||||
|
|
||||||
export function moveTask(
|
export function moveTask(
|
||||||
id: string,
|
id: string,
|
||||||
column: Column,
|
column: ColumnId,
|
||||||
projectId?: string,
|
projectId?: string,
|
||||||
optionsOrPosition?: { preserveProgress?: boolean } | number,
|
optionsOrPosition?: { preserveProgress?: boolean } | number,
|
||||||
): Promise<Task> {
|
): Promise<Task> {
|
||||||
|
|||||||
Reference in New Issue
Block a user