Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoni authored Dec 15, 2023
1 parent 71dbc13 commit 0caa78a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/[org]/[dataset]/r/[resource]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ const Resource: React.FC<{ variables: any }> = ({ variables }) => {
const resource = result.resources.find(
(item) => item.name === variables.resource
);


console.log('======= FRONTEND ERROR RESOURCE ==========');
console.log("RESOURCE LIST: " , result.resources)
console.log("RESOURCE NAME CLIENT: " , variables.resource)
Expand Down

0 comments on commit 0caa78a

Please sign in to comment.