Sha256: 36371c3cf052651782c5ebb296c76b6f084aa0648824fbe5444225e978066cc4
Contents?: true
Size: 277 Bytes
Versions: 7
Compression:
Stored size: 277 Bytes
Contents
import { selectAPIStatus, selectAPIResponse, } from 'foremanReact/redux/API/APISelectors'; import { PLAN } from './PlanConstants'; export const selectPlan = state => selectAPIResponse(state, PLAN) || {}; export const selectStatus = state => selectAPIStatus(state, PLAN);
Version data entries
7 entries across 7 versions & 1 rubygems