Opensearch and app optimisations

This commit is contained in:
Frikky
2025-08-27 12:54:50 +02:00
parent 19c07f0f07
commit 4fe311cc99
6 changed files with 59 additions and 37 deletions
+2 -3
View File
@@ -12044,7 +12044,6 @@ const AngularWorkflow = (defaultprops) => {
prioritizedApps,
Array.prototype.concat.apply(
filteredApps.filter((innerapp) => !internalIds.includes(innerapp.id.toLowerCase())),
triggers
)
)
)
@@ -12820,9 +12819,9 @@ const AngularWorkflow = (defaultprops) => {
</InstantSearch>
</div>
:
<div style={{ marginLeft: 10, marginTop: 10, marginBottom: 100, }}>
<div style={{ marginLeft: 10, marginTop: 15, marginBottom: 100, }}>
<Typography variant="body1" color="textSecondary">
Apps need to be activated before they can be used. Search from our 2500+ apps to activate them for your organisation.
<b>Apps need to be activated</b> before they can be used. Search in the search bar from our 2500+ apps to activate them for.
</Typography>
</div>
}