mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-23 15:24:57 +08:00
Merge pull request #6098 from ivanscinote/SCI-9159-task-status-text-is-black-on-experiment-list-view
Fix task status color on exp. list view [SCI-9159]
This commit is contained in:
commit
2b15d811a3
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ module Experiments
|
|||
{
|
||||
name: escape_input(my_module.my_module_status.name),
|
||||
color: escape_input(my_module.my_module_status.color),
|
||||
light_color: escape_input(my_module.my_module_status.light_color?)
|
||||
light_color: my_module.my_module_status.light_color?
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue