add event listener for filter box
This commit is contained in:
parent
37699bf9f6
commit
ad1a35296a
@ -400,6 +400,8 @@
|
||||
}
|
||||
|
||||
const populate_media_library = (rows) => {
|
||||
console.log("Populating media library with rows:");
|
||||
console.dir(rows);
|
||||
const media_library_target = document.querySelector("#media_library_contents");
|
||||
media_library_target.innerHTML = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user