|
@@ -23,7 +23,6 @@ const CustomBotWithProxySettings = (props) => {
|
|
|
const workspaceNames = workspaceNameObjects.map((w) => {
|
|
const workspaceNames = workspaceNameObjects.map((w) => {
|
|
|
return w.workspaceName;
|
|
return w.workspaceName;
|
|
|
});
|
|
});
|
|
|
- console.log(workspaceNames);
|
|
|
|
|
|
|
|
|
|
useEffect(() => {
|
|
useEffect(() => {
|
|
|
if (proxyServerUri != null) {
|
|
if (proxyServerUri != null) {
|