Skip to content

Commit 4861af0

Browse files
authored
fix: Broken non-root path with projects-list.json (feast-dev#3665)
ensure correct precedence with the two operators Signed-off-by: Ben Fletcher <ben.fletcher@ft.com>
1 parent d4f9158 commit 4861af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ ReactDOM.render(
9797
reactQueryClient={queryClient}
9898
feastUIConfigs={{
9999
tabsRegistry: tabsRegistry,
100-
projectListPromise: fetch(process.env.PUBLIC_URL || "" + "/projects-list.json", {
100+
projectListPromise: fetch((process.env.PUBLIC_URL || "") + "/projects-list.json", {
101101
headers: {
102102
"Content-Type": "application/json",
103103
},

0 commit comments

Comments
 (0)