const deleteInputType = useCallback(item => {
    dispatch(actions.removeTaskInputType({
      typeId: item.id,
    }));
    taskService.send('CHANGES');