mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Fix activity in first time generator
This commit is contained in:
parent
c27c6c19e5
commit
c3074e91de
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ module FirstTimeDataGenerator
|
|||
description: i == 5 ? qpcr_module_description : nil,
|
||||
x: (i < 4 ? i % 4 : 7 - i) * 32,
|
||||
y: (i / 4) * 16,
|
||||
project: project,
|
||||
experiment: experiment,
|
||||
workflow_order: i,
|
||||
my_module_group: my_module_group
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue