Added new components to replace old for Workflow Discovery

This commit is contained in:
frikky
2022-07-28 14:40:25 +02:00
parent e445b759cb
commit 3e1d5b015d
5 changed files with 631 additions and 8 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ const LoginDialog = (props) => {
{loginInfo === undefined ||
loginInfo === null ||
loginInfo.length === 0 ? null : (
<div style={{ marginTop: "10px" }}>Response: {loginInfo}</div>
<div style={{ marginTop: "10px" }}>Database Response: {loginInfo}</div>
)}
<CircularProgress color="secondary" style={{ color: "white" }} />