Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore (refs T34082): add missing Hooks/Selectors & E2E Props. #1860

Merged
merged 3 commits into from
Aug 17, 2023

Conversation

ahmad-demos
Copy link
Contributor

@ahmad-demos ahmad-demos added review:frontend PRs that are missing review(s) from a FE perspective quick-win Quick wins (super small PRs) type:enhancement PR is an enhancement / improvement, potentially for DX labels Aug 17, 2023
Comment on lines 126 to 134
dataCyEndDate: {
type: String,
required: false
},

dataCyStartDate: {
type: String,
required: false
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

for not required fields , we always should use a default

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 3599e2e

dataCyEndDate: {
type: String,
required: false,
default: ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't the default be something maningfull like "endDate" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 3a51541, thnx

dataCyStartDate: {
type: String,
required: false,
default: ''
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in 3a51541, thnx

@ahmad-demos ahmad-demos merged commit dfaf07a into main Aug 17, 2023
5 checks passed
@ahmad-demos ahmad-demos deleted the f_T34082_add_missing_hooks_and_props branch August 17, 2023 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quick-win Quick wins (super small PRs) review:frontend PRs that are missing review(s) from a FE perspective type:enhancement PR is an enhancement / improvement, potentially for DX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants