mirror of
https://github.com/supabase/supabase.git
synced 2026-06-09 03:22:27 +08:00
Chore/sentry fixes 280524 (#26828)
* UpgradeToPro remove project ref and org slug props * Add check in Docs/ResourceContent * Add conditional for accessing query property in QueryPerformanceGrid * Add fallback value for lastPage in notifications-v2-query * Simplify logic for finding api key in TerminalInstructions, EdgeFunctionDetails, [ref]/api/index * Minor fixes and refactors * Fix type issues
This commit is contained in:
@@ -91,7 +91,7 @@ export const QueryPerformanceGrid = ({ queryPerformanceQuery }: QueryPerformance
|
||||
})
|
||||
|
||||
const selectedQuery =
|
||||
selectedRow !== undefined ? queryPerformanceQuery.data?.[selectedRow]['query'] : undefined
|
||||
selectedRow !== undefined ? queryPerformanceQuery.data?.[selectedRow]?.['query'] : undefined
|
||||
const showIndexSuggestions = (selectedQuery ?? '').trim().toLowerCase().startsWith('select')
|
||||
|
||||
const onSortChange = (column: string) => {
|
||||
|
||||
Reference in New Issue
Block a user