fix review comments

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2021-08-30 11:17:50 +02:00
parent 6304abf04d
commit 25924638ba
3 changed files with 6 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Minor tweaks to the create-app template to match earlier documented changes
+1 -1
View File
@@ -594,7 +594,7 @@
-<Route path="/search" element={<SearchPage />} />
+<Route path="/search" element={<SearchPage />}>
+ {searchPage}
+</Route>;
+</Route>
```
- Updated dependencies [9cd3c533c]
@@ -72,7 +72,6 @@ const routes = (
<Route path="/search" element={<SearchPage />}>
{searchPage}
</Route>
;
<Route path="/settings" element={<UserSettingsPage />} />
</FlatRoutes>
);