mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Converted operation arguments to material design
This commit is contained in:
@@ -24,6 +24,7 @@ class Ingredient {
|
||||
this.disabled = false;
|
||||
this.hint = "";
|
||||
this.toggleValues = [];
|
||||
this.target = null;
|
||||
|
||||
if (ingredientConfig) {
|
||||
this._parseConfig(ingredientConfig);
|
||||
@@ -44,6 +45,7 @@ class Ingredient {
|
||||
this.disabled = !!ingredientConfig.disabled;
|
||||
this.hint = ingredientConfig.hint || false;
|
||||
this.toggleValues = ingredientConfig.toggleValues;
|
||||
this.target = typeof ingredientConfig.target !== "undefined" ? ingredientConfig.target : null;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user