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 2224210 commit 5cc82ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ function() {
simplyApp.actions.listBaseComponents()
.then(function(components) {
editor.pageData.components = components;
editor.pageData.page = "Base-components";
editor.pageData.page = "Base components";
});
}

0 comments on commit 5cc82ab

Please sign in to comment.