Finish search from header
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
export const NAVIGATE = 'navigate';
|
||||
|
||||
const actions = {
|
||||
navigate: (pageName, pushToHistory = true) => {
|
||||
navigate: (pageName, pushToHistory = true, pageState = {}) => {
|
||||
return {
|
||||
type: NAVIGATE,
|
||||
pageName,
|
||||
pageState,
|
||||
pushToHistory,
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user