From a54967568f0f6f0341b2d67139aa075a4430c00f Mon Sep 17 00:00:00 2001 From: PatrioX Date: Thu, 30 Dec 2021 11:00:16 +0800 Subject: [PATCH] =?UTF-8?q?master=20=E4=BF=AE=E6=94=B9=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=BA=A6=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- typescript/widget/editor/editor.multifile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript/widget/editor/editor.multifile.ts b/typescript/widget/editor/editor.multifile.ts index ca8514328..2df620377 100644 --- a/typescript/widget/editor/editor.multifile.ts +++ b/typescript/widget/editor/editor.multifile.ts @@ -16,7 +16,7 @@ export declare class MultifileEditor extends Widget { attach_id: string; attach_type: string; filename: string; - errorMsg: string; + [key: string]: any; }[]; upload(): void;