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

Unverified Commit d7e4e0fd authored by Richard Steinmetz's avatar Richard Steinmetz Committed by GitHub
Browse files

Merge pull request #4105 from nextcloud/fix/2936/datetimepickerok

add ok-button to datetime picker
parents 282b4a02 0e4f2bd8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -39,7 +39,8 @@
		v-on="$listeners"
		@close="close"
		@change="change"
		@pick="pickDate">
		@pick="pickDate"
		confirm>
		<template #icon-calendar>
			<button class="datetime-picker-inline-icon icon"
				:class="{'icon-timezone': !isAllDay, 'icon-new-calendar': isAllDay, 'datetime-picker-inline-icon--highlighted': highlightTimezone}"