Merge branch 'frontend' into gruppPP
This commit is contained in:
commit
5e0b96ed87
18 changed files with 52 additions and 13 deletions
|
|
@ -12,6 +12,7 @@ function ChangeRole(): JSX.Element {
|
|||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
type="button"
|
||||
/>
|
||||
<BackButton />
|
||||
</>
|
||||
|
|
|
|||
|
|
@ -20,12 +20,14 @@ function PMViewUnsignedReport(): JSX.Element {
|
|||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
type="button"
|
||||
/>
|
||||
<Button
|
||||
text="Save"
|
||||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
type="button"
|
||||
/>
|
||||
<BackButton />
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue