fix: patch time entry edit form method
This commit is contained in:
parent
fec650d212
commit
e3f1a3d78e
|
|
@ -229,7 +229,7 @@ export default function TimeEntryDetailsPage() {
|
||||||
return (
|
return (
|
||||||
<LayoutWrapper>
|
<LayoutWrapper>
|
||||||
<Form
|
<Form
|
||||||
method="post"
|
method="patch"
|
||||||
noValidate
|
noValidate
|
||||||
style={{
|
style={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue