🐛 Don't show delete button for remote timetables
This commit is contained in:
@ -43,7 +43,7 @@ watch(deleteConfirm, (value) => {
|
||||
<UploadCloudIcon v-if="editable && remote" @click="$emit('upload')" />
|
||||
<CopyIcon @click="$emit('copy')" />
|
||||
<TrashIcon
|
||||
v-if="editable && !deleteConfirm"
|
||||
v-if="editable && !remote && !deleteConfirm"
|
||||
@click="deleteConfirm = true"
|
||||
/>
|
||||
<AlertCircleIcon
|
||||
|
Reference in New Issue
Block a user