This commit is contained in:
Vanessa 2023-11-06 23:22:02 +08:00
parent bd39662215
commit cb4cadd2bd
3 changed files with 3 additions and 3 deletions

View file

@ -941,7 +941,7 @@ export const bazaar = {
bazaar._data.plugins = response.data.packages;
});
} else if (type === "downloaded") {
const bazaarType = inputElement.parentElement.parentElement.querySelector(".b3-button:not(.b3-button--outline)").getAttribute("data-type").replace("my", "").toLowerCase() + "s" as TBazaarType
const bazaarType = inputElement.parentElement.parentElement.querySelector(".b3-button:not(.b3-button--outline)").getAttribute("data-type").replace("my", "").toLowerCase() + "s" as TBazaarType;
this._genMyHTML(bazaarType, app);
}
event.preventDefault();