Skip to content
Snippets Groups Projects
Unverified Commit 18e27e04 authored by Jeong Arm's avatar Jeong Arm Committed by GitHub
Browse files

Enable domain purge button on suspended domains too (#17741)

Related: #17209
parent 64d2988d
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ class Instance < ApplicationRecord
end
def unavailable?
unavailable_domain.present?
unavailable_domain.present? || domain_block&.suspend?
end
def failing?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment