diff options
author | BonfaceKilz | 2022-05-24 11:49:48 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-05-27 15:17:52 +0300 |
commit | 99ee67278c9ef0791bd65c34d5f4328844c0a6de (patch) | |
tree | e00eeeb08bf13e367ba7fa7e1012bb2a1b451e06 | |
parent | 8e1886fdfc34676009a881433fe1b6b96c755ae6 (diff) | |
download | genenetwork2-99ee67278c9ef0791bd65c34d5f4328844c0a6de.tar.gz |
Assign the correct value to key
-rw-r--r-- | wqflask/wqflask/templates/case_attributes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wqflask/wqflask/templates/case_attributes.html b/wqflask/wqflask/templates/case_attributes.html index 4c87a522..3987e2bd 100644 --- a/wqflask/wqflask/templates/case_attributes.html +++ b/wqflask/wqflask/templates/case_attributes.html @@ -311,7 +311,7 @@ } } else { - diff["Modification"].name = desc_; + diff["Modification"].description = desc_; } } if (!Object.keys(diff).length == 0) { |