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:
Joshen Lim
2024-10-22 15:21:06 +08:00
committed by GitHub
parent 1dcc16ea41
commit d586346e27
11 changed files with 68 additions and 87 deletions

View File

@@ -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)