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

Related: #17209
local
Jeong Arm 2 years ago committed by GitHub
parent 64d2988d18
commit 18e27e0488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/models/instance.rb

@ -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