Submit-button has been moved to the timereport

This commit is contained in:
Mattias 2024-03-16 13:11:26 +01:00 committed by Imbus
parent 3419898c66
commit f3c5ce57eb

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"