aboutsummaryrefslogtreecommitdiffstats
path: root/pages/agenda.vue
diff options
context:
space:
mode:
Diffstat (limited to 'pages/agenda.vue')
-rw-r--r--pages/agenda.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/agenda.vue b/pages/agenda.vue
index 865b693..316c823 100644
--- a/pages/agenda.vue
+++ b/pages/agenda.vue
@@ -103,7 +103,7 @@ function deleteCalendar() {
<div v-else-if="calendarStatus === 'idle'" class="calendar">
<template v-if="calendarLink">
<span>You can add your agenda to your own calendar using the iCal link below.</span>
- <Input :value="calendarLinkWithPageProtocol" disabled/>
+ <Input :value="calendarLinkWithPageProtocol" readonly/>
<Button @click="deleteCalendar" :loading="calendarAction">Delete calendar</Button>
</template>
<template v-else>