Skip to content

Commit

Permalink
chore (refs T34082): add default value for props.
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-demos committed Aug 17, 2023
1 parent 3599e2e commit 3a51541
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@ export default {
dataCyEndDate: {
type: String,
required: false,
default: ''
default: 'endDate'
},
dataCyStartDate: {
type: String,
required: false,
default: ''
default: 'startDate'
},
/**
Expand Down

0 comments on commit 3a51541

Please sign in to comment.