Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
changed error message
Browse files Browse the repository at this point in the history
  • Loading branch information
eshadatta-crossref committed Dec 17, 2021
1 parent 45acb2b commit 0bbfa4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NewRecord.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default defineComponent({
alert("ERROR in response: " + response);
}
}).catch((error) => {
alert("NETWORK ERROR: " + error)
alert("GENERATEID microservice is offline: " + error)
});
});
},
Expand Down

0 comments on commit 0bbfa4e

Please sign in to comment.