0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00

COMPATIBILITY: resolve pluginId warning

Dieser Commit ist enthalten in:
merefield 2023-10-18 13:22:22 +01:00
Ursprung 8740622b8e
Commit 2b121d009c

Datei anzeigen

@ -85,6 +85,8 @@ export default {
});
api.modifyClass("component:category-chooser", {
pluginId: "custom-wizard",
categoriesByScope(options = {}) {
let categories = this._super(options);
const currentUser = this.currentUser;