Submit-button has been moved to the timereport
This commit is contained in:
parent
966f8540df
commit
87c044b5bf
1 changed files with 0 additions and 7 deletions
|
@ -13,13 +13,6 @@ function UserNewTimeReportPage(): JSX.Element {
|
||||||
|
|
||||||
const buttons = (
|
const buttons = (
|
||||||
<>
|
<>
|
||||||
<Button
|
|
||||||
text="Submit"
|
|
||||||
onClick={(): void => {
|
|
||||||
return;
|
|
||||||
}}
|
|
||||||
type="button"
|
|
||||||
/>
|
|
||||||
<Link to="/project">
|
<Link to="/project">
|
||||||
<Button
|
<Button
|
||||||
text="Back"
|
text="Back"
|
||||||
|
|
Loading…
Reference in a new issue