Skip to content

Commit c5e6c01

Browse files
committed
revert change
Signed-off-by: Danny Chiao <danny@tecton.ai>
1 parent 8980b4f commit c5e6c01

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ui/src/index.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ ReactDOM.render(
7575
reactQueryClient={queryClient}
7676
feastUIConfigs={{
7777
tabsRegistry: tabsRegistry,
78-
projectListPromise: fetch("http://0.0.0.0:8888/projects-list", {
79-
headers: {
80-
"Content-Type": "application/json",
81-
},
82-
}).then((res) => {
83-
return res.json();
84-
})
8578
}}
8679
/>
8780
</React.StrictMode>,

0 commit comments

Comments
 (0)