Remove duplicate updateUrl assignment in Editor function
This commit is contained in:
parent
681f802e9c
commit
7ad86cf53f
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue