lml-main
Version:
This is now a mono repository published into many standalone packages.
8 lines • 377 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var actions_1 = require("../actions");
exports.deleteJobLabelSuccess = function (action$, store) {
return action$.ofType(actions_1.DELETE_JOB_LABEL.SUCCESS)
.map(function (action) { return actions_1.removeJobLabel(action.args.jobLabel); });
};
//# sourceMappingURL=delete-job-label.js.map