fix: notes.

This commit is contained in:
elforjani13
2022-07-10 17:41:50 +02:00
parent 38a961b899
commit 8826d2bc5b
37 changed files with 240 additions and 406 deletions

View File

@@ -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 }}
/>