Commit 773c215a authored by Muhammadali's avatar Muhammadali

update-

parent f3d7bc3c
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.0.1", "version": "3.0.2",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -38,7 +38,7 @@ const CallHistoryInputDropdown = ({ ...@@ -38,7 +38,7 @@ const CallHistoryInputDropdown = ({
return ( return (
<Block> <Block>
{/* <Input <Input
onClick={() => { onClick={() => {
setDefaultHistoryNumberHistory(); setDefaultHistoryNumberHistory();
setModal(!modal); setModal(!modal);
...@@ -69,7 +69,7 @@ const CallHistoryInputDropdown = ({ ...@@ -69,7 +69,7 @@ const CallHistoryInputDropdown = ({
onClick={() => setModal(!modal)} onClick={() => setModal(!modal)}
/> />
</> </>
)} */} )}
</Block> </Block>
); );
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment