Fix 4w time to retain selector value
This commit is contained in:
parent
3c9eb824ca
commit
7603199e53
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const TimeToRetainBtns: React.FC<Props> = ({ name }) => (
|
|||
<TimeToRetainBtn
|
||||
text="4w"
|
||||
inputName={name}
|
||||
value={MILLISECONDS_IN_DAY * 7 * 24}
|
||||
value={MILLISECONDS_IN_DAY * 7 * 4}
|
||||
/>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue