Submit-button has been moved to the timereport

This commit is contained in:
Mattias 2024-03-16 13:11:26 +01:00
parent 966f8540df
commit 87c044b5bf

View file

@ -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"