diff --git a/config/views.py b/config/views.py index 3853f7a..3252763 100644 --- a/config/views.py +++ b/config/views.py @@ -177,8 +177,6 @@ def put(self, request): datasource.name = data["name"] if data.get("policyUrl"): datasource.policyUrl = data["policyUrl"] - if data.get("sector"): - datasource.sector = data["sector"] # Save the updated DataSource instance datasource.save()