Skip to content
Snippets Groups Projects
Commit 323dc61e authored by Henrik Askjer's avatar Henrik Askjer
Browse files

Whitespace necessary

parent 68603dfd
No related branches found
No related tags found
No related merge requests found
......@@ -66,14 +66,12 @@
hits.push(hit)
});
hits.push({q: q, label: q})
// whitespace necessary because duplicates aren't allowed in the dropdown
hits.push({q: q, label: q + ' '})
self.items = hits
}
self.loading = false
self.loading = false
})
}, 100)
}
......
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