remove the collapse option from task show instructions (#1444)
Co-authored-by: jasquat <jasquat@users.noreply.github.com>
This commit is contained in:
parent
ced3bffd69
commit
2b84fbad71
|
@ -466,7 +466,6 @@ export default function TaskShow() {
|
|||
component: (
|
||||
<InstructionsForEndUser
|
||||
task={taskWithTaskData}
|
||||
allowCollapse
|
||||
className="with-bottom-margin"
|
||||
/>
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue