Skip to content

Commit

Permalink
-fix for studio's 'Localize button is missing in the Content Wizard t…
Browse files Browse the repository at this point in the history
…oolbar for a non-localised content#6009'

(cherry picked from commit 5047db9)
  • Loading branch information
ashklianko authored and alansemenov committed Mar 10, 2023
1 parent 7764704 commit d993a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class LayersContentActionButton extends ActionButton {
}

private localize(): void {
new ContentsLocalizer().localize([this.item.getItem()]).catch(DefaultErrorHandler.handle);
new ContentsLocalizer().localizeAndEdit([this.item.getItem()]).catch(DefaultErrorHandler.handle);
}

private edit(): void {
Expand Down

0 comments on commit d993a6f

Please sign in to comment.