diff --git a/ghost/admin/app/components/gh-navitem.hbs b/ghost/admin/app/components/gh-navitem.hbs index abc5f155b1..83c2f709f9 100644 --- a/ghost/admin/app/components/gh-navitem.hbs +++ b/ghost/admin/app/components/gh-navitem.hbs @@ -17,7 +17,7 @@ @shouldFocus={{this.navItem.last}} @placeholder="Label" @value={{readonly this.label}} - @input={{action (mut this.label) value="target.value"}} + @input={{action "updateLabel" value="target.value"}} @keyPress={{action "clearLabelErrors"}} @focus-out={{action "updateLabel" this.label}} data-test-input="label" />