Skip to content

Commit

Permalink
Don't send category on UI Extension update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fried Hoeben committed May 6, 2024
1 parent 96db3ad commit 327de39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/helpers/js_4me_deploy_helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ class Js4meDeployHelper {
let uiExtensionResult;
if (uiExtension && uiExtension.id) {
const updateInput = {...uiExtensionInput, id: uiExtension.id};
delete updateInput.category;
uiExtensionResult = await this.updateUiExtensionVersion(js4meHelper,
accessToken,
updateInput,
Expand Down

0 comments on commit 327de39

Please sign in to comment.