徐勤民 hace 2 meses
padre
commit
bb073b123e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/ets/utils/ToolsHelper.ets

+ 1 - 1
src/main/ets/utils/ToolsHelper.ets

@@ -14,7 +14,7 @@ export interface Btn {
 export interface AlertOptions {
   title?: string
   msg?: string
-  action: Btn
+  action?: Btn
 }
 
 export interface ConfirmOptions {