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:
Kunal Sharma
2024-01-04 15:06:26 +05:30
committed by GitHub
parent 9cc3d66f90
commit 528d7d8853
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -144,7 +144,7 @@ const Interactions = () => {
wrapText: true
}}
style={{
height: `${window?.innerHeight - 405}`
height: `${window?.innerHeight - 369}`
}}
className="teamLeadTable"
rowData={waInteractionsData?.content}

View File

@@ -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];