Merge branch 'develop'

This commit is contained in:
Simon Vieille 2024-05-24 15:47:18 +02:00
commit d1ca98eddd

View file

@ -152,7 +152,7 @@ export default {
this.showSettings = !this.showSettings this.showSettings = !this.showSettings
}, },
truncate(value) { truncate(value) {
return value.replace(/(<([^>]+)>)/ig, '') return value.replace(/(<([^>]+)>)/ig, '').trim()
}, },
removeMe() { removeMe() {
this.$emit('remove-item') this.$emit('remove-item')