Commit dbd239aa authored by Justin Ho Tuan Duong's avatar Justin Ho Tuan Duong

Apply 1 suggestion(s) to 1 file(s)

parent 3633a539
......@@ -18,7 +18,7 @@ module Projects
rescue_from ::Projects::Integrations::Jira::IssuesFinder::RequestError, with: :render_request_error
def index
params[:state] = default_state if params[:state].blank?
params[:state] = params[:state].presence || default_state
respond_to do |format|
format.html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment