Skip to main content

Remove File Attachments section from Results Detail

Comments

1 comment

  • Jesse Langdon

    I solved this problem myself. As was mentioned in another post, I used a CSS injection workflow to remove the file attachments.

    Specifically:

    .gcx-feature-details-attachments {display:none;}

    0

Please sign in to leave a comment.