diff --git a/apps/mobile/src/views/Settings/index.js b/apps/mobile/src/views/Settings/index.js index e4a51e18b..412509764 100644 --- a/apps/mobile/src/views/Settings/index.js +++ b/apps/mobile/src/views/Settings/index.js @@ -72,8 +72,12 @@ export const Settings = ({ navigation}) => { screen: 'settings', }); eSendEvent(eUpdateSearchState,{ - noSearch: true, - }) + placeholder:"", + data: [], + noSearch: true, + type: '', + color: null, + }); }, []); useEffect(() => {