Skip to content

Commit

Permalink
chore: undo unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Jun 28, 2024
1 parent 08af244 commit ad6563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascript/app/pages/trade/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const Process = (() => {
const processMarketUnderlying = () => {
const underlying_element = document.getElementById('underlying');
const underlying = underlying_element.value;

Defaults.set(UNDERLYING, underlying);

commonTrading.showFormOverlay();
Expand Down

0 comments on commit ad6563c

Please sign in to comment.