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

Related: #17209
th-downstream
Jeong Arm 3 years ago committed by GitHub
parent 9d93d4bafe
commit dc95388daf

@ -33,7 +33,7 @@ class Instance < ApplicationRecord
end
def unavailable?
unavailable_domain.present?
unavailable_domain.present? || domain_block&.suspend?
end
def failing?

Loading…
Cancel
Save