Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
import { registerRawHelper } from "discourse-common/lib/helpers";
registerRawHelper("component-for-collection", componentForCollection);
export default function componentForCollection(
collectionIdentifier,
selectKit
) {
return selectKit.modifyComponentForCollection(collectionIdentifier);
}