mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(storybook): Co-habitating/Upgrading Storybooks to v7 (dependency madness ensues) (#26907)
This commit is contained in:
@@ -361,8 +361,8 @@ export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
const textAlign = config.horizontalAlign
|
||||
? config.horizontalAlign
|
||||
: isNumeric
|
||||
? 'right'
|
||||
: 'left';
|
||||
? 'right'
|
||||
: 'left';
|
||||
return {
|
||||
textAlign,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user