mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 01:25:54 +08:00
Fix ref issue on AlertError component (#26602)
This commit is contained in:
@@ -168,7 +168,7 @@ export const QueryIndexes = ({ selectedRow }: QueryIndexesProps) => {
|
||||
{isLoadingIndexAdvisorResult && <GenericSkeletonLoader />}
|
||||
{isErrorIndexAdvisorResult && (
|
||||
<AlertError
|
||||
ref={project?.ref}
|
||||
projectRef={project?.ref}
|
||||
error={indexAdvisorError}
|
||||
subject="Failed to retrieve result from index advisor"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user