Sha256: d19599479a32e74825f0fd015ee872531deec3b5baa388799c2578cf0953f94b
Contents?: true
Size: 221 Bytes
Versions: 7
Compression:
Stored size: 221 Bytes
Contents
import { selectAPIResponse } from 'foremanReact/redux/API/APISelectors'; import { JOB_INVOCATION_KEY } from './JobInvocationConstants'; export const selectItems = state => selectAPIResponse(state, JOB_INVOCATION_KEY);
Version data entries
7 entries across 7 versions & 1 rubygems