forked from Fediversity/Fediversity
Remove overwriting the obj
This commit is contained in:
parent
772901085b
commit
550d08cad6
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ class DeploymentStatus(ConfigurationForm):
|
|||
class DeploymentStatus(ConfigurationForm):
|
||||
def form_valid(self, form):
|
||||
obj = self.get_object()
|
||||
obj.value = form.to_python().model_dump_json()
|
||||
obj.save()
|
||||
|
||||
# Check for deploy button
|
||||
|
|
Loading…
Add table
Reference in a new issue