Skip to content

Commit

Permalink
fix: use labels error message
Browse files Browse the repository at this point in the history
  • Loading branch information
jacovinus committed Dec 7, 2022
1 parent ccdd584 commit ece3f76
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 ece3f76

Please sign in to comment.