mirror of
https://github.com/supabase/supabase.git
synced 2026-06-09 03:22:27 +08:00
Chore/sentry fixes 211024 (#30003)
* Resolve https://supabase.sentry.io/issues/5808689343 * Fix SecurityStatus map key prop issue * Fix FileExplorerHeader to use ButtonTooltip * Fix https://supabase.sentry.io/issues/5998687405 * Fix https://supabase.sentry.io/issues/5414129652 * Fix https://supabase.sentry.io/issues/5414129652 * Fix map key issue in QueryPerformanceGrid * Add whitelist error for sign up mutation * Fix map key in DiskUsage * Fix prop name in info-tooltip
This commit is contained in:
@@ -154,6 +154,7 @@ export const QueryPerformanceGrid = ({ queryPerformanceQuery }: QueryPerformance
|
||||
return (
|
||||
<Row
|
||||
{...props}
|
||||
key={`qp-row-${props.rowIdx}`}
|
||||
onClick={() => {
|
||||
if (typeof idx === 'number' && idx >= 0) {
|
||||
setSelectedRow(idx)
|
||||
|
||||
Reference in New Issue
Block a user