fix(instructeur): no crash when filters not found
This commit is contained in:
parent
46f9148fa4
commit
fc391fb553
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ module Instructeurs
|
|||
end
|
||||
|
||||
def current_filters
|
||||
@current_filters ||= procedure_presentation.filters[statut]
|
||||
@current_filters ||= procedure_presentation.filters.fetch(statut, [])
|
||||
end
|
||||
|
||||
def email_usagers_dossiers
|
||||
|
|
Loading…
Add table
Reference in a new issue