Fix date picker (#2244)
* fix(ui): date range - picking time messing up the date range * change(ui): inreased the session url ellipsis condition
This commit is contained in:
parent
102a7cd2cd
commit
e7612ccf8a
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ function SubHeader(props) {
|
|||
}, [props.integrations]);
|
||||
|
||||
const location =
|
||||
currentLocation && currentLocation.length > 70
|
||||
currentLocation && currentLocation.length > 140
|
||||
? `${currentLocation.slice(0, 25)}...${currentLocation.slice(-40)}`
|
||||
: currentLocation;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue