Sha256: eea0e7d6868b39734635f199c9a6d9ebc48efdd86b596b8b40f4dc2dadc14f60
Contents?: true
Size: 253 Bytes
Versions: 114
Compression:
Stored size: 253 Bytes
Contents
import { selectInsightsCloudSync } from '../../../ForemanRhCloudSelectors'; export const selectSettings = state => selectInsightsCloudSync(state).settings; export const selectInsightsSyncEnabled = state => selectSettings(state).insightsSyncEnabled;
Version data entries
114 entries across 114 versions & 1 rubygems