Skip to content

Commit

Permalink
cleanup url encoded paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ylebre committed Dec 1, 2024
1 parent 4aa9ad2 commit d44c20e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/api/data/base-components/home/routes/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ function() {
simplyApp.actions.listComponents()
.then(function(components) {
editor.pageData.components = components;
editor.pageData.page = "List-components";
editor.pageData.page = "List components";
});
}

0 comments on commit d44c20e

Please sign in to comment.