Make data dynamic in workflow view. Add requester and startDate to workflows.

This commit is contained in:
Joao Correia
2025-01-24 14:14:07 +00:00
parent f6b0c96b3b
commit 41d09eaad8
10 changed files with 207 additions and 107 deletions

View File

@@ -79,11 +79,10 @@ const STATUS_OPTIONS = [
interface Props {
user: User,
teachers: TeacherUser[],
userEntitiesWithLabel: Entity[],
}
export default function ApprovalWorkflows({ user, teachers, userEntitiesWithLabel }: Props) {
export default function ApprovalWorkflows({ user, userEntitiesWithLabel }: Props) {
const ENTITY_OPTIONS = [
{