chore(i18n): components.connection

This commit is contained in:
Slinetrac
2025-11-01 23:34:32 +08:00
Unverified
parent f307c193f5
commit 092e637044
2 changed files with 9 additions and 2 deletions

View File

@@ -250,7 +250,6 @@ export const ConnectionTable = (props: Props) => {
const handleColumnResize = (params: GridColumnResizeParams) => {
const { colDef, width } = params;
console.log("Column resize:", colDef.field, width);
setColumnWidths((prev) => ({
...prev,
[colDef.field]: width,