Notification Report page rewrite v0.2 + cleanup📩

This commit is contained in:
Jokob-sk
2023-10-26 20:30:51 +11:00
parent fd162ff98a
commit 536ef9ec46
10 changed files with 30 additions and 8 deletions

View File

@@ -173,7 +173,8 @@ function processColumnValue(dbColumnDef, value, index, type) {
for (const option of dbColumnDef.options) {
if (option.type === type) {
value = eval(value);
console.log(option.param)
value = eval(option.param);
}
}
break;