WikiEducationFoundation/WikiEduDashboard

View on GitHub
app/assets/javascripts/constants/course_search_results.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const RECEIVE_COURSE_SEARCH_RESULTS = 'RECEIVE_SEARCH_RESULTS';
export const SORT_COURSE_SEARCH_RESULTS = 'SORT_SEARCH_RESULTS';
export const FETCH_COURSE_SEARCH_RESULTS = 'FETCH_SEARCH_RESULTS';