-
Notifications
You must be signed in to change notification settings - Fork 25
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
RHCLOUD-31243 add system message entry #9
Conversation
return ( | ||
<TextContent> | ||
<Text component={TextVariants.small} className={classes.systemMessageText}> | ||
{props.text} {props.href} |
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.
I think we could just use {props.children}
here. (You would need to add to the props as in here)
...xtensions/virtual-assistant/examples/VirtualAssistant/VirtualAssistantSystemMessageEntry.tsx
Outdated
Show resolved
Hide resolved
Looks like there is a minor conflict, could you fix it? |
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.
lgtm! thanks!
🎉 This PR is included in version 1.0.0-prerelease.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Jira https://issues.redhat.com/browse/RHCLOUD-31243