randomize file name

This commit is contained in:
aji@catalis.app
2025-06-22 17:13:09 +07:00
parent 1402513990
commit b071dc6db5
9 changed files with 212 additions and 74 deletions

View File

@@ -284,6 +284,9 @@
"updated_by",
"updated_name",
"inputed_name",
"approved_name",
"acknowledged_name",
"received_name",
];
const formColumns = columns.filter(
(col) => !excludedKeys.includes(col.key),