Skip to content
Snippets Groups Projects
Commit ecfc08a0 authored by Clement Ho's avatar Clement Ho
Browse files

Fix projects spec

parent 7df66773
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment