Skip to content

Commit 2e2d15e

Browse files
committed
Update incorrect modify list id for demo scripting
1 parent 0abb76d commit 2e2d15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/modify/rule-list.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ export class RuleList extends React.Component<{
238238
>
239239
<Droppable
240240
isCombineEnabled={true}
241-
droppableId='edit-rule-list'
241+
droppableId='modify-rule-list'
242242
>{(provided) => <Observer>{() =>
243243
<RuleListContainer
244244
ref={provided.innerRef}

0 commit comments

Comments
 (0)