mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-10 05:06:56 +08:00
Finished updating remainder of JS components to new system
This commit is contained in:
@ -79,6 +79,4 @@ export class ShelfSort extends Component {
|
||||
this.input.value = shelfBookElems.map(elem => elem.getAttribute('data-id')).join(',');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default ShelfSort;
|
||||
}
|
Reference in New Issue
Block a user