fix: submit button is incorrect in edit model

This commit is contained in:
jialin
2025-04-08 19:44:59 +08:00
parent d62e43790c
commit 5269cbf862
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ type MessageStatus = {
title?: string;
type?: Global.MessageType;
isHtml?: boolean;
isDefault?: boolean;
message: string | string[];
evaluateResult?: EvaluateResult;
};