【bug】Webapp fix error TS2551: Property 'nameEn' does not exist on type 'ColumnType'. Did you mean 'name'? (#2051)
Some checks are pending
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run

This commit is contained in:
zyclove
2025-02-13 14:05:55 +08:00
committed by GitHub
parent d942d35c93
commit 89e07509de
2 changed files with 6 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ type TopNConfig = {
type ColumnType = {
name: string;
nameEn: string;
type: string;
};