Skip to content

Commit c9d23ea

Browse files
bjfletcherBhargav Dodla
authored andcommitted
fix: Broken non-root path with projects-list.json (feast-dev#3665)
ensure correct precedence with the two operators Signed-off-by: Ben Fletcher <[email protected]>
1 parent a497b7b commit c9d23ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/index.tsx

Lines changed: 1 addition & 1 deletion
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)