FIX: ensure s2 is working with wizard (#8886)

This commit is contained in:
Joffrey JAFFEUX
2020-02-07 10:00:39 +01:00
committed by GitHub
parent a0e0b1ef4b
commit d86ed028c7
7 changed files with 19 additions and 8 deletions

View File

@ -0,0 +1,8 @@
import { registerUnbound } from "discourse-common/lib/helpers";
registerUnbound(
"component-for-collection",
(collectionIdentifier, selectKit) => {
return selectKit.modifyComponentForCollection(collectionIdentifier);
}
);