Skip to content

Commit

Permalink
fix:5600
Browse files Browse the repository at this point in the history
  • Loading branch information
kl-nevermore committed Dec 14, 2023
1 parent a82ba1e commit c8d17a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/lib/treetable/TreeTableBody.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from 'react';
import { localeOption } from '../api/Api';
import { DomHandler, mergeProps } from '../utils/Utils';
import { DomHandler, mergeProps, ObjectUtils } from '../utils/Utils';
import { TreeTableRow } from './TreeTableRow';

export const TreeTableBody = React.memo((props) => {
Expand Down

0 comments on commit c8d17a8

Please sign in to comment.