Fix default app in main appstore list (#7141)
This commit is contained in:
@@ -149,7 +149,7 @@ export function AppCard({ app, credentials, searchText }: AppCardProps) {
|
||||
<span className="rounded-md bg-red-100 px-2 py-1 text-sm font-normal text-red-800">Template</span>
|
||||
)}
|
||||
|
||||
{app.isGlobal && (
|
||||
{(app.isDefault || (!app.isDefault && app.isGlobal)) && (
|
||||
<span className="flex items-center rounded-md bg-gray-100 px-2 py-1 text-sm font-normal text-gray-800">
|
||||
{t("default")}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user