Fix a bug with the warning message in the create-member lightbox
parent
68f9bad0db
commit
ac2c977c1b
|
@ -132,7 +132,7 @@ module.directive("tgLbAddMembers", ["lightboxService", LightboxAddMembersDirecti
|
|||
|
||||
LightboxAddMembersWarningMessageDirective = () ->
|
||||
return {
|
||||
templateUrl: "admin/lightbox-add-members-no-more=memberships-warning-message.html"
|
||||
templateUrl: "admin/memberships-warning-message.html"
|
||||
scope: {
|
||||
project: "="
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue