mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 15:20:34 +00:00
Config With Seacrh
This commit is contained in:
8
client/src/store/search/search.actions.js
Normal file
8
client/src/store/search/search.actions.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import t from 'store/types';
|
||||
|
||||
export function generalSearch(name, result) {
|
||||
return {
|
||||
type: t.SEARCH_SUCCESS,
|
||||
result,
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user