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 3d5e1ef commit 3599e2e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,14 @@ export default {
dataCyEndDate: {
type: String,
required: false
required: false,
default: ''
},
dataCyStartDate: {
type: String,
required: false
required: false,
default: ''
},
/**
Expand Down

0 comments on commit 3599e2e

Please sign in to comment.