Skip to content

Commit

Permalink
Update: fixed missed uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
awf-dbca committed Oct 30, 2024
1 parent 9c4a6a6 commit 6fda6d2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
:uuid="arrival.uuid"
:arrival="arrival"
@delete_arrival="delete_arrival"
:key="arrival.uuid"
:dcv_vessel="dcv_admission.dcv_vessel"
:fee_configurations="fee_configurations"
:column_approved_events_shown=false
Expand Down Expand Up @@ -586,7 +585,7 @@ export default {
add_another_date_clicked: function() {
this.dcv_admission.arrivals.push(
{
uuid: uuid(),
uuid: uuidv4(),
arrival_date: null,
private_visit: false,
adults: {
Expand Down

0 comments on commit 6fda6d2

Please sign in to comment.