only request images from media endpoint

This commit is contained in:
2023-02-24 12:22:48 +10:00
parent 19b40d50c1
commit 4ee8fd2400

View File

@@ -303,6 +303,7 @@ const imageBrowser = (callback, value, meta) => {
params: {
limit: 12,
page: galleryPage,
mime: "image/",
},
})
.then((result) => {