implement logging of exam edits on workflow's current step
This commit is contained in:
@@ -37,6 +37,7 @@ export interface WorkflowStep {
|
||||
finalStep?: boolean,
|
||||
selected?: boolean,
|
||||
comments?: string,
|
||||
examChanges?: string[],
|
||||
onClick?: React.MouseEventHandler<HTMLDivElement>
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user