chore: update locales

This commit is contained in:
jialin
2026-05-27 17:10:15 +08:00
committed by jialin
parent 1d70446cc4
commit ba5b41cf3a
6 changed files with 7 additions and 7 deletions
@@ -70,7 +70,7 @@ const getConnectEntries = (record: ListItem): ConnectEntry[] => {
interface ColumnsHookProps {
handleSelect: (val: string, record: ListItem) => void;
clusterList: Global.BaseOption<string>[];
clusterList: Global.BaseOption<number>[];
sortOrder: string[];
}