mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00
FIX: ensure s2 is working with wizard (#8886)
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
import { registerUnbound } from "discourse-common/lib/helpers";
|
||||
|
||||
registerUnbound(
|
||||
"component-for-collection",
|
||||
(collectionIdentifier, selectKit) => {
|
||||
return selectKit.modifyComponentForCollection(collectionIdentifier);
|
||||
}
|
||||
);
|
Reference in New Issue
Block a user