mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 11:50:31 +00:00
fix: notes.
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
FieldRequiredHint,
|
||||
FormattedMessage as T,
|
||||
} from 'components';
|
||||
import { ProjectSelect, TaskSelect } from './components';
|
||||
import { TaskSelect, ProjectsSelect } from '../../components';
|
||||
import { momentFormatter } from 'utils';
|
||||
|
||||
/**
|
||||
@@ -31,8 +31,8 @@ function ProjectTimeEntryFormFields() {
|
||||
labelInfo={<FieldRequiredHint />}
|
||||
className={classNames('form-group--select-list', Classes.FILL)}
|
||||
>
|
||||
<ProjectSelect
|
||||
name={'tesc'}
|
||||
<ProjectsSelect
|
||||
name={'projectId'}
|
||||
projects={[]}
|
||||
popoverProps={{ minimal: true }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user