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 d44c20e commit 2224210
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<main>
<div class="simplycode-header">
<div>
<h1>Edit base component: <span data-simply-field="component.id"></span></h1>
<div class="simplycode-controls">
<button class="simplycode-button" data-simply-command="saveBaseComponent">Save</button>
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion www/api/data/pages/base-component/routes/base-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ function(params) {
editor.pageData.component = component;
editor.pageData.parts = parts;
editor.pageData.count = count;
editor.pageData.page = "Edit-base-component";
editor.pageData.page = "Edit base component";
});
}

0 comments on commit 2224210

Please sign in to comment.