File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
specifyweb/frontend/js_src/lib/components/FormFields Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import { userInformation } from '../InitialContext/userInformation';
3939import type { AutoCompleteItem } from '../Molecules/AutoComplete' ;
4040import { AutoComplete } from '../Molecules/AutoComplete' ;
4141import { Dialog } from '../Molecules/Dialog' ;
42+ import { titlePosition } from '../Molecules/Tooltips' ;
4243import { hasTablePermission } from '../Permissions/helpers' ;
4344import {
4445 getQueryComboBoxConditions ,
@@ -48,7 +49,6 @@ import {
4849import { useCollectionRelationships } from './useCollectionRelationships' ;
4950import { useTreeData } from './useTreeData' ;
5051import { useTypeSearch } from './useTypeSearch' ;
51- import { titlePosition } from '../Molecules/Tooltips' ;
5252
5353/*
5454 * REFACTOR: split this component
@@ -371,7 +371,7 @@ export function QueryComboBox({
371371 title : typeof typeSearch === 'object' ? typeSearch . title : undefined ,
372372 ...getValidationAttributes ( parser ) ,
373373 type : 'text' ,
374- ... { [ titlePosition ] : 'top' } ,
374+ [ titlePosition ] : 'top' ,
375375 } }
376376 pendingValueRef = { pendingValueRef }
377377 source = { fetchSource }
You can’t perform that action at this time.
0 commit comments