Fix projects spec
This commit is contained in:
parent
7df66773f4
commit
ecfc08a07f
|
|
@ -67,7 +67,7 @@ const bindEvents = () => {
|
|||
.popover({
|
||||
title: $pushNewProjectTipTrigger.data('title'),
|
||||
placement: 'bottom',
|
||||
html: 'true',
|
||||
html: true,
|
||||
content: $('.push-new-project-tip-template').html(),
|
||||
})
|
||||
.on('shown.bs.popover', () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue