mirror of
https://github.com/gchq/CyberChef
synced 2026-01-01 08:03:30 +00:00
make chef.help emulate search function in UI. Didnt extract search logic from web as it is fairly entwined.
This commit is contained in:
@@ -1045,7 +1045,7 @@ const operations = [
|
||||
];
|
||||
|
||||
const prebaked = bake(operations);
|
||||
chef.bake = prebaked
|
||||
chef.bake = prebaked;
|
||||
export default chef;
|
||||
|
||||
// Operations as top level exports.
|
||||
|
||||
Reference in New Issue
Block a user