mirror of
https://github.com/gchq/CyberChef
synced 2025-12-10 05:13:23 +00:00
Converted operation arguments to material design
This commit is contained in:
@@ -179,6 +179,7 @@ class Operation {
|
||||
if (ing.toggleValues) conf.toggleValues = ing.toggleValues;
|
||||
if (ing.hint) conf.hint = ing.hint;
|
||||
if (ing.disabled) conf.disabled = ing.disabled;
|
||||
if (ing.target) conf.target = ing.target;
|
||||
return conf;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user