aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorBonfaceKilz2022-05-24 11:49:48 +0300
committerBonfaceKilz2022-05-27 15:17:52 +0300
commit99ee67278c9ef0791bd65c34d5f4328844c0a6de (patch)
treee00eeeb08bf13e367ba7fa7e1012bb2a1b451e06 /wqflask
parent8e1886fdfc34676009a881433fe1b6b96c755ae6 (diff)
downloadgenenetwork2-99ee67278c9ef0791bd65c34d5f4328844c0a6de.tar.gz
Assign the correct value to key
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/case_attributes.html2
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) {