Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27cbd0d

Browse files
committed
fix an error
1 parent 00e157a commit 27cbd0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viewer/packages/lowcoder/src/pages/editor/right/uiCompPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export const UICompPanel = () => {
167167
>
168168
<InsertContain>
169169
{infos.map((info) => (
170-
<CompDiv key={info[0]} className={info[0] === "table" ? tableDragClassName : ""}>
170+
<CompDiv key={info[0]} className={""}>
171171
<HovDiv
172172
draggable
173173
onDragStart={(e) => {

0 commit comments

Comments
 (0)