Skip to content

Commit

Permalink
Update CustomPropertiesModal.vue (#250)
Browse files Browse the repository at this point in the history
Nova Date Field closes the Modal unexpectedly. Above change will fix the issue.
  • Loading branch information
seek4silence authored Mar 27, 2021
1 parent 7f48496 commit 75ba119
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion resources/js/components/CustomPropertiesModal.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
<template>
<modal @modal-close="handleClose">
<modal @modal-close="handleClose"
:classWhitelist="[
'flatpickr-current-month',
'flatpickr-next-month',
'flatpickr-prev-month',
'flatpickr-weekday',
'flatpickr-weekdays',
'flatpickr-calendar',
]"
>
<card class="overflow-hidden">
<form class="bg-white rounded-lg shadow-lg overflow-hidden w-action-fields"
@submit.prevent="handleUpdate"
Expand Down

0 comments on commit 75ba119

Please sign in to comment.