@@ -23,7 +23,8 @@ export default function TaskListContainer({
|
||||
relationshipId,
|
||||
currentUser,
|
||||
onlyMine,
|
||||
parentJobId
|
||||
parentJobId,
|
||||
showRo = true
|
||||
}) {
|
||||
const {t} = useTranslation();
|
||||
const searchParams = queryString.parse(useLocation().search);
|
||||
@@ -190,6 +191,7 @@ export default function TaskListContainer({
|
||||
relationshipType={relationshipType}
|
||||
relationshipId={relationshipId}
|
||||
onlyMine={onlyMine}
|
||||
showRo={showRo}
|
||||
parentJobId={parentJobId}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user