Skip to content

Commit 6dbae39

Browse files
fixed test failing on image build
1 parent 1d70c0c commit 6dbae39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/comps/tableLiteComp/parts/TableContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import React from 'react';
33
import styled from 'styled-components';
44
import SimpleBar from 'simplebar-react';
5-
import 'simplebar-react/dist/simplebar.min.css';
5+
// import 'simplebar-react/dist/simplebar.min.css';
66

77
const MainContainer = styled.div<{
88
$mode: 'AUTO' | 'FIXED';

0 commit comments

Comments
 (0)