Added images for getting started page

This commit is contained in:
frikky
2022-11-22 16:39:11 +01:00
parent 87b7eff068
commit 28278eeb47
6 changed files with 6 additions and 2 deletions
+2
View File
@@ -180,6 +180,8 @@ const Header = (props) => {
org_id: orgId,
};
localStorage.setItem("getting_started_sidebar", "open");
fetch(`${globalUrl}/api/v1/orgs/${orgId}/change`, {
mode: "cors",
method: "POST",