TP-52700|Kunal| red bar removal (#769)
* TP-52700|Kunal| red bar removal * TP-52700|Kunal| remove red bar * TP-52700|Kunal| remove red bar
This commit is contained in:
@@ -373,7 +373,7 @@ const CallInteractions = () => {
|
||||
getRowId={getRowId}
|
||||
getAgRowStyle={getAgRowStyle}
|
||||
style={{
|
||||
height: `${window?.innerHeight - (isPreviousLoanInteraction ? 488 : 405)}`
|
||||
height: `${window?.innerHeight - (isPreviousLoanInteraction ? 452 : 369)}`
|
||||
}}
|
||||
domLayout="autoHeight"
|
||||
sizeColumnsToFit
|
||||
|
||||
@@ -144,7 +144,7 @@ const Interactions = () => {
|
||||
wrapText: true
|
||||
}}
|
||||
style={{
|
||||
height: `${window?.innerHeight - 405}`
|
||||
height: `${window?.innerHeight - 369}`
|
||||
}}
|
||||
className="teamLeadTable"
|
||||
rowData={waInteractionsData?.content}
|
||||
|
||||
@@ -35,7 +35,7 @@ const notificationSlice = createSlice({
|
||||
showNotificationStickyBanner(state, action) {
|
||||
const { notificationTemplates, notifications } = action.payload;
|
||||
const shouldShowStickyBanner = Boolean(notifications?.length);
|
||||
state.shouldShowStickyBanner = shouldShowStickyBanner;
|
||||
// state.shouldShowStickyBanner = shouldShowStickyBanner;
|
||||
},
|
||||
setPaymentDoneModalData(state, action) {
|
||||
state.paymentDoneModalData = [...state.paymentDoneModalData, action.payload];
|
||||
|
||||
Reference in New Issue
Block a user