refactor: enhance representation info fetching and pass it to relevant components
This commit is contained in:
@@ -123,4 +123,6 @@ export const request = {
|
||||
Authorization: "",
|
||||
},
|
||||
}),
|
||||
getRepresentationInfo: (uuid) =>
|
||||
api.get(`api/v1/representation/${uuid}`, { requireAuth: true }),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user