CASH-313 change environments back.

This commit is contained in:
Bryan Mauger 2025-05-05 14:43:21 -04:00
parent 61a975a715
commit 78b760ea01

View file

@ -35,14 +35,14 @@ export default {
case "Prod": case "Prod":
initializeSalesforceWebchatForProd(); initializeSalesforceWebchatForProd();
break; break;
case "Localhost": case "QA":
case "SysTest": case "SysTest":
initializeSalesforceWebchatForQa(); initializeSalesforceWebchatForQa();
break; break;
case "Dev": case "Dev":
// case "Localhost": case "Localhost":
// initializeSalesforceWebchatForDev(); initializeSalesforceWebchatForDev();
// break; break;
} }
}, },
}, },
@ -70,7 +70,7 @@ export default {
background: #0070d1; background: #0070d1;
color: #fff; color: #fff;
&:hover { &:hover {
background: #06577c!important; background: #06577c !important;
} }
} }
.embeddedServiceSidebarFormField .uiInput input { .embeddedServiceSidebarFormField .uiInput input {
@ -137,6 +137,5 @@ export default {
} }
.dockableContainer.showDockableContainer .sidebarBody button:hover { .dockableContainer.showDockableContainer .sidebarBody button:hover {
} }
</style> </style>