[webapp]fix新增指标原监控修改异常
This commit is contained in:
@@ -2,7 +2,7 @@ export class ParamDefine {
|
||||
name!: string;
|
||||
field!: string;
|
||||
type!: string;
|
||||
required: boolean | undefined;
|
||||
required: boolean = false;
|
||||
defaultValue: string | undefined;
|
||||
placeholder!: string;
|
||||
range: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user