Skip to content

Commit 2f0a520

Browse files
committed
Make BookingPageURL in Settings readonly
1 parent ca05696 commit 2f0a520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/SettingsView/components/AccountSettings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const actuallyDownloadData = async () => {
105105
{{ t('label.bookingPageURL') }}
106106
</label>
107107
<div class="booking-page-url-input-container">
108-
<text-input name="booking-page-url" class="booking-page-input" v-model="userStore.myLink" />
108+
<text-input name="booking-page-url" class="booking-page-input" v-model="userStore.myLink" readonly />
109109
<primary-button
110110
variant="outline"
111111
aria-labelledby="copy-booking-page-url-button"

0 commit comments

Comments
 (0)