Skip to content

Commit

Permalink
UI-3201: Fix incorrect submodule name when loading template (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
joristirado authored Oct 12, 2018
1 parent dae1049 commit 7ef8993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/groups/groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -1221,7 +1221,7 @@ define(function(require) {
data: {
number: number
},
submodule: 'numbersItemRow'
submodule: 'groups'
})),
argsFeatures = {
target: rowTemplate.find('.edit-features'),
Expand Down

0 comments on commit 7ef8993

Please sign in to comment.