We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29f93a2 commit 9e5b9baCopy full SHA for 9e5b9ba
1 file changed
src/web/assets/DeleteTagModal.js
@@ -94,7 +94,7 @@ Craft.DeleteTagModal = Garnish.Modal.extend({
94
this.userSelect = new Craft.BaseElementSelectInput({
95
id: 'replaceselect' + this.id,
96
name: 'replaceWith',
97
- elementType: 'ether\\tagManager\\Elements\\Tag',
+ elementType: 'ether\\tagManager\\elements\\Tag',
98
criteria: {
99
id: idParam,
100
},
0 commit comments