Removed button
This commit is contained in:
parent
0634f83689
commit
b82f73d192
1 changed files with 0 additions and 8 deletions
|
@ -1,5 +1,4 @@
|
|||
import BasicWindow from "../../Components/BasicWindow";
|
||||
import Button from "../../Components/Button";
|
||||
import BackButton from "../../Components/BackButton";
|
||||
import ViewWeeklyReport from "../../Components/ViewWeeklyReport";
|
||||
|
||||
|
@ -13,13 +12,6 @@ function UserEditTimeReportPage(): JSX.Element {
|
|||
|
||||
const buttons = (
|
||||
<>
|
||||
<Button
|
||||
text="Save"
|
||||
onClick={(): void => {
|
||||
return;
|
||||
}}
|
||||
type="button"
|
||||
/>
|
||||
<BackButton />
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue