From 7c21818f00115034bba3cfbace8342788ea02260 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Wed, 13 Oct 2021 09:54:50 +0200 Subject: [PATCH] vue_activity: removing v-model in a multiselect (try to fix warning in console) --- .../Activity/components/SocialIssuesAcc.vue | 52 +++++++++---------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/src/Bundle/ChillActivityBundle/Resources/public/vuejs/Activity/components/SocialIssuesAcc.vue b/src/Bundle/ChillActivityBundle/Resources/public/vuejs/Activity/components/SocialIssuesAcc.vue index 14a3b9526..d4d1b8a0f 100644 --- a/src/Bundle/ChillActivityBundle/Resources/public/vuejs/Activity/components/SocialIssuesAcc.vue +++ b/src/Bundle/ChillActivityBundle/Resources/public/vuejs/Activity/components/SocialIssuesAcc.vue @@ -1,12 +1,12 @@