Skip to content

Commit bec4a3d

Browse files
Fix JavaScript bug
1 parent ad0f1fe commit bec4a3d

File tree

1 file changed

+1
-1
lines changed
  • src/main/resources/static/js

1 file changed

+1
-1
lines changed

src/main/resources/static/js/knox.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ $('#apply-operators-tooltip').click(() => {
559559
break;
560560

561561
case endpoint.operators.REVERSE:
562-
endpoint.designSpaceReverse(inputSpaces.get(0), outputSpace);
562+
endpoint.designSpaceReverse(inputSpaces[0], outputSpace);
563563
break;
564564
}
565565
}

0 commit comments

Comments
 (0)