nit
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user