Revert "fix: resolve all ESLint errors in backend and frontend"
Build and Push Multi-Platform Images / build-and-push (push) Successful in 19s
Build and Push Multi-Platform Images / build-and-push (push) Successful in 19s
This reverts commit 07dfd7e840.
This commit is contained in:
@@ -121,7 +121,7 @@ export default function DocumentEditModal({ documentId, document, open, onClose,
|
||||
useEffect(() => {
|
||||
if (open && document) {
|
||||
|
||||
const customFieldsObj: any = {};
|
||||
let customFieldsObj: any = {};
|
||||
if (document.customFields) {
|
||||
document.customFields.forEach(cf => {
|
||||
customFieldsObj[`cf_${cf.field}`] = cf.value;
|
||||
|
||||
Reference in New Issue
Block a user