mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 21:38:35 +03:00
add USE_FILTER_DESCRIPTIONS option
This commit is contained in:
@@ -137,10 +137,10 @@ export function fetchError (message) {
|
||||
}
|
||||
|
||||
export const UPDATE_DOMAIN = 'UPDATE_DOMAIN'
|
||||
export function updateDomain (domain) {
|
||||
export function updateDomain (payload) {
|
||||
return {
|
||||
type: UPDATE_DOMAIN,
|
||||
domain
|
||||
payload
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user