This commit is contained in:
Rachid Mrad 2024-10-02 18:14:10 -04:00
parent 0ea37d7113
commit 6dd4132a29
No known key found for this signature in database

View file

@ -969,7 +969,6 @@ class Domain(TimeStampedModel, DomainHelper):
Is the domain live on the inter webs?
could be replaced with request to see if ok status is set
"""
return True
return self.state == self.State.READY
def is_editable(self) -> bool: