Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 638ab0f0 authored by Christoph Wurst's avatar Christoph Wurst Committed by GitHub
Browse files

Merge pull request #4280 from nextcloud/enh/4270/fix-showing-3dot-menu

fix hide the 3-dot menu button for new events
parents 40a8a4a5 88fde6d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@
			<IllustrationHeader :color="illustrationColor" :illustration-url="backgroundImage" />
		</template>

		<template v-if="!isLoading && !isError"
		<template v-if="!isLoading && !isError && !isNew"
			#secondary-actions>
			<ActionLink v-if="!hideEventExport && hasDownloadURL"
				:href="downloadURL">
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@
						{{ $t('calendar', 'Show more details') }}
					</ActionButton>
				</Actions>
				<Actions v-if="!isLoading && !isError" :force-menu="true">
				<Actions v-if="!isLoading && !isError && !isNew" :force-menu="true">
					<ActionLink v-if="!hideEventExport && hasDownloadURL"
						:href="downloadURL">
						<template #icon>