Continued work on sample use cases towards onboarding

This commit is contained in:
frikky
2022-01-14 00:58:11 +01:00
parent 7ce0559448
commit 3adf98df74
3 changed files with 18 additions and 9 deletions
@@ -1348,7 +1348,7 @@ const Framework = (props) => {
})}
</div>
}
{
{/*
Object.getOwnPropertyNames(discoveryData).length > 0 ?
<div style={{position: "absolute", top: 20, right: 50, }}>
<Typography variant="h6" color="textPrimary" style={{marginBottom: 10, textAlign: "center",}}>
@@ -1362,7 +1362,7 @@ const Framework = (props) => {
)
})}
</div>
: null}
: null*/}
{
Object.getOwnPropertyNames(discoveryData).length > 0 ?
@@ -1457,15 +1457,15 @@ const Framework = (props) => {
<Typography variant="body2" color="textSecondary" style={{marginTop: 10, marginBottom: 10, }}>
{discoveryData.description}
</Typography>
{isCloud && defaultSearch !== undefined && defaultSearch.length > 0 ?
<WorkflowSearch
{/*isCloud && defaultSearch !== undefined && defaultSearch.length > 0 ?
{<WorkflowSearch
newSelectedApp={newSelectedApp}
setNewSelectedApp={setNewSelectedApp}
defaultSearch={defaultSearch}
/>
/>}
:
null
}
*/}
</span>
:
selectionOpen