From 120d79d580fa091bff23a2db255333b4719ff0d8 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Wed, 29 Sep 2021 18:21:44 +0200
Subject: [PATCH] Fix an issue with TagInput

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 js/src/components/Event/TagInput.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/components/Event/TagInput.vue b/js/src/components/Event/TagInput.vue
index e866819ba..c484471ba 100644
--- a/js/src/components/Event/TagInput.vue
+++ b/js/src/components/Event/TagInput.vue
@@ -16,7 +16,7 @@
       :data="filteredTags"
       autocomplete
       :allow-new="true"
-      :field="path"
+      :field="'title'"
       icon="label"
       maxlength="20"
       maxtags="10"