Skip to content

Commit

Permalink
feat: optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
杨国璇 authored and 杨国璇 committed Oct 17, 2024
1 parent 7699c0a commit 5f8eb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/metadata/views/table/utils/grid-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ class GridUtils {
}
}
if (lastNumberPosition !== -1) {
valueList[lastNumberPosition] = '-|*|-seaTable-|*|-';
valueList[lastNumberPosition] = '-|*|-sf-metadata-|*|-';
}

return { lastNumberPosition, lastNumber, structure: valueList.join('') };
Expand Down

0 comments on commit 5f8eb7d

Please sign in to comment.