mirror of
https://github.com/supabase/supabase.git
synced 2026-07-01 02:24:32 +08:00
Bring Vault, Cron, Data API and GraphiQL integrations to the new UI (#44271)
## Context Just brings more integrations over to the new UI bit by bit - Vault - Cron - Data API - GraphiQL Will be tackling webhooks next which is a bit different as its not just a database extension
This commit is contained in:
@@ -9,7 +9,7 @@ import { BuiltBySection } from './BuildBySection'
|
||||
import { MarkdownContent } from './MarkdownContent'
|
||||
import { MissingExtensionAlert } from './MissingExtensionAlert'
|
||||
|
||||
interface IntegrationOverviewTabProps {
|
||||
export interface IntegrationOverviewTabProps {
|
||||
actions?: ReactNode
|
||||
status?: string | ReactNode
|
||||
alert?: ReactNode
|
||||
|
||||
Reference in New Issue
Block a user