We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea307c commit 4835ba4Copy full SHA for 4835ba4
1 file changed
apps/web/src/routes/_app/instruments/render/$id.tsx
@@ -38,7 +38,7 @@ const RouteComponent = () => {
38
const handleSubmit: InstrumentSubmitHandler = async ({ data, instrumentId }) => {
39
await axios.post('/v1/instrument-records', {
40
data,
41
- date: new Date(),
+ date: currentSession!.date,
42
groupId: currentGroup?.id,
43
instrumentId,
44
sessionId: currentSession!.id,
0 commit comments