Skip to content

Commit

Permalink
Fix: Floweditor manifest import (#462)
Browse files Browse the repository at this point in the history
* fix: update floweditor manifest import

* Update WENI-CHANGELOG.md
  • Loading branch information
paulobernardoaf authored Dec 28, 2023
1 parent 6e7392e commit e32cdf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions WENI-CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.7.11-rapidpro-7.5.91
----------
* Fix: Update floweditor manifest import

1.7.10-rapidpro-7.5.91
----------
* Fix: Duplicated footer on ticket and no_nav pages
Expand Down
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 e32cdf6

Please sign in to comment.