mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-21 22:05:45 +00:00
feat(FE-170,174,175): implement approval steps in RecordingForm and remove unused form step status
This commit is contained in:
Vendored
-6
@@ -112,12 +112,6 @@ export type BaseGroupedApproval = {
|
||||
approvals: BaseApproval[];
|
||||
};
|
||||
|
||||
export type FormStepStatus = {
|
||||
name: string;
|
||||
isCompleted: boolean;
|
||||
isCurrent: boolean;
|
||||
};
|
||||
|
||||
export type Approvals = BaseApiResponse<BaseApproval>;
|
||||
|
||||
export type GroupedApprovals = BaseApiResponse<BaseGroupedApproval[]>;
|
||||
|
||||
Reference in New Issue
Block a user