Skip to content

Commit d696b04

Browse files
CarolineDenisgithub-actions[bot]
authored andcommitted
Lint code with ESLint and Prettier
Triggered by 064057c on branch refs/heads/issue-3401
1 parent 064057c commit d696b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specifyweb/frontend/js_src/lib/components/FormFields/QueryComboBox.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ import { userInformation } from '../InitialContext/userInformation';
3939
import type { AutoCompleteItem } from '../Molecules/AutoComplete';
4040
import { AutoComplete } from '../Molecules/AutoComplete';
4141
import { Dialog } from '../Molecules/Dialog';
42+
import { titlePosition } from '../Molecules/Tooltips';
4243
import { hasTablePermission } from '../Permissions/helpers';
4344
import {
4445
getQueryComboBoxConditions,
@@ -48,7 +49,6 @@ import {
4849
import { useCollectionRelationships } from './useCollectionRelationships';
4950
import { useTreeData } from './useTreeData';
5051
import { 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}

0 commit comments

Comments
 (0)