current step Id per record

This commit is contained in:
Julien Calixte
2023-05-14 13:32:12 +02:00
parent 14fbca6247
commit 0c1eb447d0
9 changed files with 28 additions and 22 deletions

View File

@@ -27,7 +27,6 @@ const mountTaskRecordPreview = (withRecord = false) => {
'task-store': { tasks: [task] },
'task-record-store': withRecord
? {
currentStepId: null,
records: {
[task.id]: record
}