Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
desperado1802 committed Oct 30, 2023
1 parent f711c0e commit dc9f4b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export interface Props {
tasksHandler: RTuseTaskInput
closeCombo: () => unknown
setEditMode: (val: boolean) => void
parentTasksFilter: boolean
parentTasksFilter?: boolean
childTask?: ITeamTask
onDismiss?: () => void
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const TimerTaskSection = observer(

{combxShow ? (
<ComboBox
closeCombo={closeCombox}
closeCombo={() => closeCombox()}
setEditMode={setEditMode}
tasksHandler={taskInput}
/>
Expand Down

0 comments on commit dc9f4b3

Please sign in to comment.