set find keyword from background
This commit is contained in:
parent
24e72aa6e0
commit
92f8365be7
3 changed files with 35 additions and 20 deletions
|
@ -1,7 +1,7 @@
|
|||
import actions from 'content/actions';
|
||||
|
||||
const defaultState = {
|
||||
keyword: '',
|
||||
keyword: null,
|
||||
found: false,
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue