Files
supabase/apps/studio/components/interfaces/Database/Replication/DestinationPanel/DestinationPanel.constants.ts
Riccardo Busetti 1a3ba9f15a ref(etl): Rename ETL Replication to Replication and update docs (#40769)
* ref(etl): Rename ETL Replication to Replication and update docs

* Fix

* Fix

* Fix

* Fix

* Fix
2025-11-25 20:45:50 +08:00

6 lines
281 B
TypeScript

// Hardcoded value for `s3AccessKeyId` field in the form to indicate creating a new key
export const CREATE_NEW_KEY = 'create-new'
// Hardcoded value for `namespace` field in the form to indicate creating a new namespace
export const CREATE_NEW_NAMESPACE = 'create-new-namespace'