pull/715/head
Travis Fischer 2025-06-17 09:30:44 +07:00
rodzic a19a084310
commit d66f8ec11c
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -37,7 +37,7 @@ export function MarketplaceIndex() {
}
})
.catch((err: any) => {
void toastError('Failed to fetch projects')
void toastError('Failed to fetch public projects')
throw err
}),
getNextPageParam: (lastGroup) => lastGroup?.nextOffset,

Wyświetl plik

@ -25,7 +25,9 @@ export function MarketplaceProjectIndex({
populate: ['lastPublishedDeployment']
})
.catch((err: any) => {
void toastError(`Failed to fetch project "${projectIdentifier}"`)
void toastError(
`Failed to fetch public project "${projectIdentifier}"`
)
throw err
}),
enabled: !!ctx