fix incorrect error return.

pull/26/head
Mikunj 7 years ago
parent 4e6df71999
commit 9ea44a5cd2

@ -672,7 +672,7 @@
},
validateNumber() {
if (!this.id) return null;
if (!this.id) return 'Invalid ID';
if (this.isPrivate()) {
// Check if it's hex

Loading…
Cancel
Save