diff --git a/.changeset/wet-penguins-fail.md b/.changeset/wet-penguins-fail.md new file mode 100644 index 000000000..ffb947a50 --- /dev/null +++ b/.changeset/wet-penguins-fail.md @@ -0,0 +1,10 @@ +--- +"saleor-dashboard": minor +--- + +Removed "go back" arrow in App view, where app is mounted. + +This arrow caused a confusion between Dashboard navigation and App internal navigation. +Now, to go back to the Apps List, the side navigation must be used. + +The "Manage App" view was not changed - arrow is still displayed to navigate back to the App Page. diff --git a/src/apps/components/AppPage/AppPage.tsx b/src/apps/components/AppPage/AppPage.tsx index cfd9ba351..ffbff9408 100644 --- a/src/apps/components/AppPage/AppPage.tsx +++ b/src/apps/components/AppPage/AppPage.tsx @@ -1,5 +1,4 @@ // @ts-strict-ignore -import { AppUrls } from "@dashboard/apps/urls"; import { borderHeight, topBarHeight, @@ -39,7 +38,6 @@ export const AppPage: React.FC = ({ return (