parent
466b9617fe
commit
5ac46d3572
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ export default class extends Controller {
|
||||||
if (!this.hasQTarget) return
|
if (!this.hasQTarget) return
|
||||||
if (!this.qTarget.value.trim().length === 0) return
|
if (!this.qTarget.value.trim().length === 0) return
|
||||||
|
|
||||||
return this.qTarget.value.trim()
|
return this.qTarget.value.trim().replace(':', '')
|
||||||
}
|
}
|
||||||
|
|
||||||
connect () {
|
connect () {
|
||||||
|
|
Loading…
Reference in a new issue