mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
Merge branch 'fix/project-flock-form' into 'development'
[FIX/FE] Project Flock Form See merge request mbugroup/lti-web-client!443
This commit is contained in:
@@ -590,6 +590,7 @@ const ProjectFlockTable = ({ refresh }: { refresh?: () => void }) => {
|
||||
price: budget.price,
|
||||
total_price: budget.qty * budget.price,
|
||||
})) || [],
|
||||
periode: createdProjectFlock.period ?? '-',
|
||||
} as ProjectFlockFormValues;
|
||||
}, [createdProjectFlock]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user