diff --git a/src/components/TheList.vue b/src/components/TheList.vue index 5b9cba92..dffa19ac 100644 --- a/src/components/TheList.vue +++ b/src/components/TheList.vue @@ -93,7 +93,7 @@ License along with this library. If not, see . v-model="newCalendarName" class="edit" type="text" - @keyup="checkName($event, 'list_' + calendar.id)"> + @keyup="checkName($event, calendar.id)"> .