Skip to content

Commit 6bc9ee0

Browse files
Making sure base class is called with the arguments.
1 parent 5d65d7e commit 6bc9ee0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Dodavinkeln.Taxonomy/Content/ClientResources/widget/TaxonomySelector.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ function (
7676
},
7777

7878
postCreate: function () {
79+
this.inherited(arguments)
80+
7981
if (!this.store) {
8082
var registry = dependency.resolve('epi.storeregistry');
8183
this.store = registry.get('epi.cms.content.light');

0 commit comments

Comments
 (0)