This commit is contained in:
Guilhem
2026-02-16 15:38:22 +00:00
parent 1dd2b0a1b2
commit 360b43caba

View File

@@ -251,8 +251,8 @@
id="db-schema-select"
transformInputSelectedText={(s) => `Schema: ${s}`}
RightIcon={ChevronDownIcon}
showPlaceholderOnOpen
placeholder="Search or create schema..."
showPlaceholderOnOpen
onCreateItem={(schema) => {
schema = schema.trim().replace(/[^a-zA-Z0-9_]/g, '')
if (dbType === 'snowflake') schema = schema.toUpperCase()