Merge branch 'frontend' into gruppPP

This commit is contained in:
Peter KW 2024-03-17 10:43:49 +01:00
commit 5e0b96ed87
18 changed files with 52 additions and 13 deletions

View file

@ -12,6 +12,7 @@ function ChangeRole(): JSX.Element {
onClick={(): void => {
return;
}}
type="button"
/>
<BackButton />
</>

View file

@ -20,12 +20,14 @@ function PMViewUnsignedReport(): JSX.Element {
onClick={(): void => {
return;
}}
type="button"
/>
<Button
text="Save"
onClick={(): void => {
return;
}}
type="button"
/>
<BackButton />
</>