Skip to content
Snippets Groups Projects
Unverified Commit 7fcf71dd authored by Tim Mickel's avatar Tim Mickel
Browse files

NL for library item

parent bd900a93
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,8 @@ class LibraryComponent extends React.Component {
key={'item_' + id}
selected={this.state.selectedItem == id}
onSelect={this.onSelect}
id={id} />;
id={id}
/>;
});
const scrollGridStyle = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment