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 (
|
||||
<LayoutWrapper>
|
||||
<Form
|
||||
method="post"
|
||||
method="patch"
|
||||
noValidate
|
||||
style={{
|
||||
display: 'flex',
|
||||
|
|
|
|||
Loading…
Reference in a new issue