remove currentStep from step type
This commit is contained in:
@@ -32,7 +32,6 @@ export interface WorkflowStep {
|
||||
completedDate?: number,
|
||||
assignees: (User["id"])[];
|
||||
firstStep?: boolean,
|
||||
currentStep: boolean,
|
||||
finalStep?: boolean,
|
||||
selected?: boolean,
|
||||
comments?: string,
|
||||
|
||||
Reference in New Issue
Block a user