Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Sep 6, 2024
1 parent 6a0580b commit 7491503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/cp.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/cp/dist/cp.js.map

Large diffs are not rendered by default.

4 changes: 1 addition & 3 deletions src/web/assets/cp/src/js/ElementEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1649,9 +1649,7 @@ Craft.ElementEditor = Garnish.Base.extend(
}

for (const [name, value] of Object.entries(this.settings.saveParams)) {
params.push(
`${this.namespaceInputName(name)}=${value}`
);
params.push(`${this.namespaceInputName(name)}=${value}`);
}

return asArray ? params : params.join('&');
Expand Down

0 comments on commit 7491503

Please sign in to comment.