Skip to content

Commit

Permalink
feat: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
杨国璇 authored and 杨国璇 committed Dec 17, 2024
1 parent f88cd66 commit 7149110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/tag/store/operations/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function apply(data, operation) {
data.id_row_map[tagID] = tag;
if (rowIndex === -1) {
data.row_ids.push(tagID);
updatedRows.push(tag);
} else {
updatedRows[rowIndex] = tag;
}
Expand Down

0 comments on commit 7149110

Please sign in to comment.