- Progress Commit (Emailzzz)

Signed-off-by: Dave Richer <dave@imexsystems.ca>
This commit is contained in:
Dave Richer
2024-04-02 21:53:07 -04:00
parent 69ac2f0a6c
commit 0803f5af35
6 changed files with 2825 additions and 101 deletions

View File

@@ -123,7 +123,7 @@ export function TaskUpsertModalComponent({
]}
>
<JobSearchSelectComponent placeholder={t('tasks.placeholders.jobid')}
onSelect={changeJobId} onClear={changeJobId}/>
onSelect={changeJobId} onClear={changeJobId} autoFocus={false}/>
</Form.Item>
</Col>
</Row>