ui: disable problem on invalid training node (#583)

pull/568/merge
panda 1 year ago committed by GitHub
parent 2dbe92344a
commit aba6029281
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@
{% endif %} {% endif %}
{{ problem.render_problem_title( {{ problem.render_problem_title(
pdoc, pdoc,
invalid=not tsdoc['enroll'], invalid=not tsdoc['enroll'] or nsdict[node['_id']]['isInvalid'],
show_tags=false show_tags=false
) }} ) }}
</td> </td>

Loading…
Cancel
Save