TP-50640 | OnCall UI Fixes| varshitha (#847)
* TP-50640 | TL Filters mapping| varshitha * TP-50640 | enums| varshitha * TP-50640| z-index issue,tl filters mapping| varshitha
This commit is contained in:
@@ -63,7 +63,6 @@
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
outline: none;
|
||||
z-index: var(--z-index-geolocation-card);
|
||||
.header {
|
||||
padding: 12px 16px;
|
||||
border-radius: 0;
|
||||
|
||||
@@ -209,7 +209,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
padding: 2px 12px;
|
||||
gap: 20px;
|
||||
&:hover {
|
||||
|
||||
@@ -128,7 +128,15 @@ export enum InteractionStatus {
|
||||
DOES_NOT_KNOW_CUSTOMER = 'Does Not Know Customer',
|
||||
PICKED_UP_DISCONNECTED = 'Picked Up Disconnected',
|
||||
LANGUAGE_BARRIER = 'Language Barrier',
|
||||
TECHNICAL_ERROR = 'Technical Error'
|
||||
TECHNICAL_ERROR = 'Technical Error',
|
||||
PAID_ON_CALL = 'Paid On Call',
|
||||
PAID_ON_VISIT = 'Paid On Visit',
|
||||
PTP_FROM_FRIENDS_OR_FAMILY = 'PTP from Friends or Family',
|
||||
REQUESTED_VISIT = 'Requested Visit',
|
||||
FRAUD = 'Fraud',
|
||||
NONE_OF_THE_ABOVE = 'None of the Above',
|
||||
FORECLOSURE = 'Foreclosure',
|
||||
ACCOUNT_UNAVAILABLE = 'Account Unavailable'
|
||||
}
|
||||
|
||||
export enum PaymentStatus {
|
||||
|
||||
Reference in New Issue
Block a user