File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
resources/js/Shared/Modules Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,8 @@ const destroy = (call) => {
195
195
class =" inline-block h-full"
196
196
:masks =" masks"
197
197
:locale =" $page.props.auth.user?.locale_ietf"
198
- :is-dark =" isDark()" >
198
+ :is-dark =" isDark()"
199
+ :max-date =" new Date()" >
199
200
<template #default =" { inputValue , inputEvents } " >
200
201
<input
201
202
class =" rounded border bg-white px-2 py-1 dark:bg-gray-900"
@@ -472,7 +473,8 @@ const destroy = (call) => {
472
473
v-model.string =" form.called_at"
473
474
class =" inline-block h-full"
474
475
:masks =" masks"
475
- :is-dark =" isDark()" >
476
+ :is-dark =" isDark()"
477
+ :max-date =" new Date()" >
476
478
<template #default =" { inputValue , inputEvents } " >
477
479
<input
478
480
class =" rounded border bg-white px-2 py-1 dark:bg-gray-900"
You can’t perform that action at this time.
0 commit comments