1
0
mirror of synced 2025-12-13 22:37:56 +08:00

fix(editor): 修复CodeSelectColConfig interface找不到问题

fix #525
This commit is contained in:
roymondchen
2023-07-18 15:58:01 +08:00
parent fa2862090f
commit 1a546c326c
2 changed files with 10 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ export type TypeFunction = (
},
) => string;
type FilterFunction = (
export type FilterFunction = (
mForm: FormState | undefined,
data: {
model: Record<any, any>;