Sha256: 5001ded8074fd046d89a38c711f738b1dd32fdb8ae5cdd394aab0d503e777289
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
export const selectStatisticsPage = state => state.statisticsPage; export const selectStatisticsMetadata = state => selectStatisticsPage(state).metadata; export const selectStatisticsIsLoading = state => selectStatisticsPage(state).isLoading; export const selectStatisticsMessage = state => selectStatisticsPage(state).message; export const selectStatisticsHasError = state => selectStatisticsPage(state).hasError; export const selectStatisticsHasMetadata = state => selectStatisticsPage(state).hasData;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
foreman_statistics-0.1.3 | webpack/src/Router/StatisticsPage/StatisticsPageSelectors.js |
foreman_statistics-0.1.2 | webpack/src/Router/StatisticsPage/StatisticsPageSelectors.js |