Hi EEGLAB team, I got "Reference to non-existent field 'label'" when I tried to add a channel back. After carefully checking, this error seemed caused by line 686 in pop_chanedit.m of EEGLAB2024.2: chans(end+1).label = ''; I think it should be 'labels' rather than 'label.' What do you think? Thank you. Best regards, Qian consideration