hotfix(dataset): correct embargo date validation message
- Corrected the embargo date validation message in both the DatasetController and dataset validator to ensure consistency. - Updated the `embargo_date.date.afterOrEqual` message to dynamically display the correct date (10 days from now) in the desired format.
This commit is contained in:
parent
106f8d5f27
commit
dbd2bf2e9d
3 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,6 @@ import FormControl from '@/Components/FormControl.vue';
|
|||
import FormCheckRadioGroup from '@/Components/FormCheckRadioGroup.vue';
|
||||
import BaseButton from '@/Components/BaseButton.vue';
|
||||
import { stardust } from '@eidellev/adonis-stardust/client';
|
||||
// import { Inertia } from '@inertiajs/inertia';
|
||||
import CardBoxModal from '@/Components/CardBoxModal.vue';
|
||||
import BaseIcon from '@/Components/BaseIcon.vue';
|
||||
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue