fix: patch time entry edit form method

This commit is contained in:
Nicola Zambello 2023-02-18 20:38:59 +01:00
parent fec650d212
commit e3f1a3d78e
Signed by: nzambello
GPG key ID: 56E4A92C2C1E50BA

View file

@ -229,7 +229,7 @@ export default function TimeEntryDetailsPage() {
return (
<LayoutWrapper>
<Form
method="post"
method="patch"
noValidate
style={{
display: 'flex',