From e1cbffc10e1c21d05c8a6c6b85b3f716a74c5113 Mon Sep 17 00:00:00 2001 From: mrilyew <99399973+mrilyew@users.noreply.github.com> Date: Sat, 24 May 2025 16:10:25 +0300 Subject: [PATCH] fix: notes picker --- Web/static/js/al_wall.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/static/js/al_wall.js b/Web/static/js/al_wall.js index 3ec9348c..26fb88fa 100644 --- a/Web/static/js/al_wall.js +++ b/Web/static/js/al_wall.js @@ -1647,7 +1647,7 @@ u(document).on('click', '#__notesAttachment', async (e) => { insert_place.append(tr('no_notes')) } - notes.notes.forEach(note => { + notes.items.forEach(note => { is_attached = (form.find(`.upload-item[data-type='note'][data-id='${note.owner_id}_${note.id}']`)).length > 0 insert_place.append(`