Skip to content

Commit

Permalink
fix: Broken non-root path with projects-list.json (#3665)
Browse files Browse the repository at this point in the history
ensure correct precedence with the two operators

Signed-off-by: Ben Fletcher <ben.fletcher@ft.com>
  • Loading branch information
bjfletcher committed Jul 3, 2023
1 parent d4f9158 commit 4861af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ReactDOM.render(
reactQueryClient={queryClient}
feastUIConfigs={{
tabsRegistry: tabsRegistry,
projectListPromise: fetch(process.env.PUBLIC_URL || "" + "/projects-list.json", {
projectListPromise: fetch((process.env.PUBLIC_URL || "") + "/projects-list.json", {
headers: {
"Content-Type": "application/json",
},
Expand Down

0 comments on commit 4861af0

Please sign in to comment.