Fix pointer events none preventing contact support click (#36173)

fix pointer events preventing contact support click
This commit is contained in:
Jordi Enric
2025-06-04 19:41:25 +02:00
committed by GitHub
parent a1376940c9
commit 0e7422c7c5

View File

@@ -123,7 +123,11 @@ export const Grid = memo(
>
{isLoading && <GenericSkeletonLoader />}
{isError && (
<AlertError error={error} subject="Failed to retrieve rows from table">
<AlertError
className="pointer-events-auto"
error={error}
subject="Failed to retrieve rows from table"
>
{filters.length > 0 && (
<p>
Verify that the filter values are correct, as the error may stem from an