chore(attachment): increase poll antivirus timeout and make it clear it's not blocker

This commit is contained in:
Colin Darie 2022-12-07 18:36:03 +01:00
parent 169d701a03
commit 7719ce1865
10 changed files with 55 additions and 9 deletions

View file

@ -10,4 +10,4 @@
= render Attachment::EditComponent.new(champ:, attached_file:, attachment: nil, index: attachments_count, user_can_destroy:, form_object_name:)
// single poll and refresh message for all attachments
= render Attachment::PendingPollComponent.new(attachments: attachments, poll_url:)
= render Attachment::PendingPollComponent.new(attachments: attachments, poll_url:, context: poll_context)