From 7ad86cf53f437c7ee8c9d115431f23fc4246826d Mon Sep 17 00:00:00 2001 From: Yaro Kasear Date: Tue, 19 Aug 2025 16:10:49 -0500 Subject: [PATCH] Remove duplicate updateUrl assignment in Editor function --- inventory/static/js/editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/inventory/static/js/editor.js b/inventory/static/js/editor.js index 0c335b8..aa4002b 100644 --- a/inventory/static/js/editor.js +++ b/inventory/static/js/editor.js @@ -5,7 +5,6 @@ function Editor(cfg) { updateUrl: cfg.updateUrl, createUrl: cfg.createUrl, deleteUrl: cfg.deleteUrl, - updateUrl: cfg.updateUrl, fieldName: cfg.fieldName, recordId: cfg.recordId,