remove currentStep from step type

This commit is contained in:
Joao Correia
2025-01-30 12:06:13 +00:00
parent c968044160
commit f89b42c41c
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ export interface WorkflowStep {
completedDate?: number,
assignees: (User["id"])[];
firstStep?: boolean,
currentStep: boolean,
finalStep?: boolean,
selected?: boolean,
comments?: string,