Skip to content

Commit

Permalink
Merge pull request #1154 from Plenty-network/stage
Browse files Browse the repository at this point in the history
Stage
  • Loading branch information
ishwaryaa-b authored Nov 20, 2023
2 parents 81fe0d0 + cd0d114 commit 38cd19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/v3/PriceRange.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ function PriceRangeV3(props: IPriceRangeProps) {
// : dispatch(setBRightRangeInput(value));
// }
};
const leftdebo = debounce(onLeftRangeInputFn, 2000);
const rightdebo = debounce(onRightRangeInputFn, 2000);
const leftdebo = debounce(onLeftRangeInputFn, 5000);
const rightdebo = debounce(onRightRangeInputFn, 5000);

const fullrangeCalc = (value: boolean) => {
props.setFullRange(!props.isFullRange);
Expand Down

1 comment on commit 38cd19c

@vercel
Copy link

@vercel vercel bot commented on 38cd19c Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.