Skip to content

Commit 735a719

Browse files
committed
[PRAC/cont] Add logic for "editing" clients data
Organiz editing client data, table el/rows (on the server). Worth noting: - that this logic is not fully realized. core: B-3 / JS-BL
1 parent 7be410c commit 735a719

File tree

1 file changed

+1
-1
lines changed
  • core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/js

1 file changed

+1
-1
lines changed

core-courses/3-js-basic-level/practicum-js-basic-level/sb-crm-client/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580

581581
const clientServerId = row.getAttribute('data-server-id'); // фиксация серверного id (из атрибута)
582582

583-
// определение клиента в "общем" массиве
583+
// определение клиента в "общем" массиве клиентов
584584
const clientData = updateClientsDataArr.find(
585585
(client) => client.id === clientServerId
586586
);

0 commit comments

Comments
 (0)