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

@ -28,7 +28,7 @@
= file_field(champ, field_name, **file_field_options)
- if persisted?
- Attachment::PendingPollComponent.new(attachment: attachment, poll_url:).then do |component|
- Attachment::PendingPollComponent.new(attachment: attachment, poll_url:, context: poll_context).then do |component|
.fr-mt-2w
= render component