Skip to content
Snippets Groups Projects
Commit cc7fdfa3 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIXUP

parent 099bc462
No related branches found
No related tags found
No related merge requests found
Pipeline #274919 passed with warnings
......@@ -124,7 +124,7 @@ export default {
computed: {
suggestions() {
const suggestions = []
const search = this.cutDescriminator()
const search = this.cutDescriminator().trim()
let isRegex = false
if (search.startsWith('s/')) {
isRegex = true
......
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