Add time/activity and time/role buttons to PMProjectMembers page

This commit is contained in:
Davenludd 2024-03-14 10:59:51 +01:00
parent a67e43e537
commit 2cce3f3ab4

View file

@ -6,6 +6,18 @@ function PMProjectMembers(): JSX.Element {
const buttons = (
<>
<Button
text="Time / Activity"
onClick={(): void => {
return;
}}
/>
<Button
text="Time / Role"
onClick={(): void => {
return;
}}
/>
<Button
text="Back"
onClick={(): void => {