-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: add publish function on list #1473
Conversation
5cf0cfe
to
21cb713
Compare
21cb713
to
827df44
Compare
3240030
to
6b796d9
Compare
|
||
const handleSelectAllClick = (event: React.ChangeEvent<HTMLInputElement>) => { | ||
setItemCheck( | ||
rows.reduce((acc, item) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tu peux passer les typages en générique dans le reduce, je trouve ca plus sympa qu'un as
rows.reduce((acc, item) => { | |
rows.reduce<ItemCheck>((acc, item) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oui en effet, bien plus sympa ! :)
Quality Gate passedIssues Measures |
🎉 Deployment for commit 34a7711 : Docker images
|
No description provided.