Skip to content

Commit

Permalink
InitialPath default
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed Aug 29, 2024
1 parent 5c1547e commit a8fcbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/h5web/h5web.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function H5web({ domain }) {
password="system-public-user"
filepath={`${domain ? domain : h5webParams}`}
>
<App initialPath={initialPathParams} />
<App initialPath={initialPathParams ? initialPathParams : '/'} />
</HsdsProvider>
</div>
</div>
Expand Down

0 comments on commit a8fcbbc

Please sign in to comment.