-
Notifications
You must be signed in to change notification settings - Fork 486
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
Change the default value of actionItems to [] | Fixes #1178 #1181
Conversation
1da1a60
to
ac5f1f9
Compare
@@ -200,20 +200,12 @@ | |||
* This renders the component's active content. | |||
*/ | |||
{template .active} | |||
{@param actionItems: list<?>} |
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.
hey @jbalsas, I'm removing the typing here so that at https://github.com/liferay/clay/pull/1181/files#diff-54445d58e09b53d03b6d0558828824f6R136 can set the default value if not passed.
Since we are typing actionItems
above, we can ensure that the values are passed correctly.
Pull Request Test Coverage Report for Build 1176
💛 - Coveralls |
Just started reviewing :) |
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.
Could you please add an example to the demo with no action items? Thx!
No description provided.