Fix - App activation and redirection issue for onprem

This commit is contained in:
lalitdeore
2025-02-10 19:12:32 +05:30
parent 6f9dcbf38e
commit 7187bdd09d
5 changed files with 200 additions and 28 deletions
+2 -2
View File
@@ -417,8 +417,8 @@ const AppGrid = (props) => {
{hits.map((data, index) => {
const appUrl =
isCloud === true ?
`/apps/${data.id}`
: `https://shuffler.io/apps/${data.objectID}`;
`/apps/${data.objectID}`
: `apps/${data.objectID}`;
if (data.name === "" && data.id === "") {
return null