diff --git a/temba/orgs/views.py b/temba/orgs/views.py index 82b80b455f2..b4542aae215 100644 --- a/temba/orgs/views.py +++ b/temba/orgs/views.py @@ -1079,7 +1079,7 @@ def get_context_data(self, **kwargs): response = requests.get("http://localhost:3000/asset-manifest.json") data = response.json() else: - with open("node_modules/@nyaruka/flow-editor/build/asset-manifest.json") as json_file: + with open("node_modules/@weni/flow-editor-rp/build/asset-manifest.json") as json_file: data = json.load(json_file) for key, filename in data.get("files").items():