mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-07 15:07:11 -04:00
...codeQL
This commit is contained in:
parent
4612a11e32
commit
4740c5d8dc
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ export class COperationLi extends HTMLElement {
|
||||||
* is needed for the drag and drop functionality of the Sortable lists
|
* is needed for the drag and drop functionality of the Sortable lists
|
||||||
*/
|
*/
|
||||||
cloneNode() {
|
cloneNode() {
|
||||||
const { app, name, icon, includeStarIcon, charIndicesToHighlight } = this;
|
const { app, operationName, icon, includeStarIcon, charIndicesToHighlight } = this;
|
||||||
return new COperationLi(app, name, icon, includeStarIcon, charIndicesToHighlight);
|
return new COperationLi(app, operationName, icon, includeStarIcon, charIndicesToHighlight);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue