Skip to content

Commit

Permalink
Merge pull request #1003 from joshuavial/fix-typo
Browse files Browse the repository at this point in the history
fixing typo in toolkit workspace - close #1002
  • Loading branch information
I’m authored Aug 7, 2023
2 parents 9d3900b + e779310 commit 5333ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/pages/Content/Toolkits/ToolkitWorkspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default function ToolkitWorkspace({env, toolkitDetails, internalId}) {
const apiConfigs = response.data || [];
setApiConfigs(localStoredConfigs ? JSON.parse(localStoredConfigs) : apiConfigs);
})
.catch((errPor) => {
.catch((error) => {
console.log('Error fetching API data:', error);
})
.finally(() => {
Expand Down

0 comments on commit 5333ff2

Please sign in to comment.