There was an error while loading. Please reload this page.
1 parent 2b66a70 commit d051503Copy full SHA for d051503
src/app/components/libraries/libraries.component.ts
@@ -62,11 +62,6 @@ export class LibrariesComponent implements OnInit {
62
63
}
64
65
- refreshSelect() {
66
- // @ts-ignore
67
- $('.selectpicker').selectpicker('refresh');
68
- }
69
-
70
showLibrary(library){
71
console.log(library.id, library.name);
72
this.libraryForm = this.fb.group({
0 commit comments