diff --git a/src/components/QueryEditor.tsx b/src/components/QueryEditor.tsx index 47ee898..7ea9c0f 100644 --- a/src/components/QueryEditor.tsx +++ b/src/components/QueryEditor.tsx @@ -94,7 +94,8 @@ export function QueryEditor({ datasource, query, onChange, onRunQuery }: Props) onChange={onDatabaseChange} value={ databaseRef ? { label: databaseRef.current!, value: databaseRef.current! } : undefined } isClearable - isSearchable={false} + isSearchable={true} + allowCustomValue={true} />