geido commented on code in PR #29666:
URL: https://github.com/apache/superset/pull/29666#discussion_r1697199230
##########
superset-frontend/src/components/ProgressBar/ProgressBar.stories.tsx:
##########
@@ -24,37 +25,67 @@ export default {
};
export const InteractiveProgressBar = (args: ProgressBarProps) => (
- <ProgressBar {...args} />
+ <AntdThemeProvider>
+ <ProgressBar {...args} type="line" />
+ </AntdThemeProvider>
);
-InteractiveProgressBar.args = {
+export const InteractiveProgressCircle = (args: ProgressBarProps) => (
+ <AntdThemeProvider>
Review Comment:
We have tried but got not much luck with that yet. We'll continue trying.
--
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]