Try logging the value your about to set instead of accessing the state variable console.log(result.result.LabelNumber);
console.log(result.result.LabelNumber);
I think the issue is your console log for results.LabelName is running before the state has updated.