Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AitorAlgorta committed Feb 12, 2024
1 parent 8a6d819 commit 40cf04b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/control-center/src/actions/streams/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ export const getTopicInfo = (topicName: string) => async (dispatch: Dispatch<any
// ------------------------- SCHEMAS -------------------------

export const getSchemas = () => async (dispatch: Dispatch<any>) => {
return getData('subjects').then(response => {
return getData('schemas.list').then(response => {
console.log(response);
dispatch(setTopicSchemasAction(response));
return Promise.resolve(true);
});
Expand Down

0 comments on commit 40cf04b

Please sign in to comment.