import { Alert, AlertDescription, AlertTitle, WarningIcon } from 'ui' export const DataApiDisabledAlert = () => { return ( No schemas can be queried

With this setting disabled, you will not be able to query any schemas via the Data API.

You will see errors from the Postgrest endpoint{' '} /rest/v1/.

) }