We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1056ca8 commit 23b951dCopy full SHA for 23b951d
1 file changed
packages/react-core/src/components/DataList/examples/DataList.md
@@ -1193,9 +1193,9 @@ class DraggableDataList extends React.Component {
1193
};
1194
1195
this.onDragMove = (oldIndex, newIndex) => {
1196
- const {id} = this.state;
+ const { id } = this.state;
1197
this.setState({
1198
- liveText: `Dragging item ${id}.`;
+ liveText: `Dragging item ${id}.`
1199
});
1200
1201
0 commit comments