kgabryje commented on code in PR #35416:
URL: https://github.com/apache/superset/pull/35416#discussion_r2394213526
##########
superset-frontend/src/explore/components/ExploreAlert.tsx:
##########
@@ -55,14 +62,16 @@ export const ExploreAlert = forwardRef(
showIcon
>
{primaryButtonText && primaryButtonAction && (
- <div>
+ <ButtonContainer>
{secondaryButtonAction && secondaryButtonText && (
- <Button onClick={secondaryButtonAction}>
+ <Button buttonStyle="secondary" onClick={secondaryButtonAction}>
{secondaryButtonText}
</Button>
)}
- <Button onClick={primaryButtonAction}>{primaryButtonText}</Button>
- </div>
+ <Button buttonStyle="secondary" onClick={primaryButtonAction}>
Review Comment:
discussed offline, it should be secondary 🙂
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]