We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f9158 commit 4861af0Copy full SHA for 4861af0
ui/src/index.tsx
@@ -97,7 +97,7 @@ ReactDOM.render(
97
reactQueryClient={queryClient}
98
feastUIConfigs={{
99
tabsRegistry: tabsRegistry,
100
- projectListPromise: fetch(process.env.PUBLIC_URL || "" + "/projects-list.json", {
+ projectListPromise: fetch((process.env.PUBLIC_URL || "") + "/projects-list.json", {
101
headers: {
102
"Content-Type": "application/json",
103
},
0 commit comments