mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore(frontend): Spelling (#25452)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Geido <60598000+geido@users.noreply.github.com> Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
@@ -1038,7 +1038,7 @@ export default function TableChart<D extends DataRecord = DataRecord>(
|
||||
|
||||
useLayoutEffect(() => {
|
||||
// After initial load the table should resize only when the new sizes
|
||||
// Are not only scrollbar updates, otherwise, the table would twicth
|
||||
// Are not only scrollbar updates, otherwise, the table would twitch
|
||||
const scrollBarSize = getScrollBarSize();
|
||||
const { width: tableWidth, height: tableHeight } = tableSize;
|
||||
// Table is increasing its original size
|
||||
|
||||
Reference in New Issue
Block a user