mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-13 05:48:36 +03:00
redux action infrastructure
This commit is contained in:
@@ -220,6 +220,14 @@ export function resetAllFilters() {
|
||||
}
|
||||
}
|
||||
|
||||
export const UPDATE_SOURCE = "UPDATE_SOURCE"
|
||||
export function updateSource(source) {
|
||||
return {
|
||||
type: UPDATE_SOURCE,
|
||||
source
|
||||
}
|
||||
}
|
||||
|
||||
// UI
|
||||
|
||||
export const TOGGLE_FETCHING_DOMAIN = 'TOGGLE_FETCHING_DOMAIN'
|
||||
|
||||
Reference in New Issue
Block a user