Skip to content

Commit

Permalink
Merge pull request #139 from metrico/feature-link-label
Browse files Browse the repository at this point in the history
fix: use labels error message
  • Loading branch information
jacovinus authored Dec 7, 2022
2 parents ccdd584 + ece3f76 commit 0c2c67e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export default function useLabels(id, dataSourceURL = "") {
const req = await axios.get(url, labelHeaders);
setResponse(req || []);
} catch (e) {
console.log("ERROR AT USELABELS");
console.log("Error fetching labels");
console.log(e);
}
setLoading(false);
Expand Down

0 comments on commit 0c2c67e

Please sign in to comment.