Skip to content

Commit

Permalink
fix: update floweditor manifest import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulobernardoaf committed Dec 28, 2023
1 parent 6e7392e commit 75f05e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temba/orgs/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit 75f05e1

Please sign in to comment.