fix: fixed bug in saving requests

This commit is contained in:
Anoop M D 2022-03-19 02:14:59 +05:30
parent 4ded884501
commit 42920b0596

View File

@ -57,7 +57,7 @@ export const HotkeysProvider = props => {
});
return () => {
Mousetrap.unbind(['command+s', 'ctrl+s']);
Mousetrap.unbind(['ctrl+command', 'ctrl+enter']);
};
}, [activeTabUid, tabs, saveRequest, requestSaved, collections]);