徐勤民 hai 2 meses
pai
achega
bb073b123e
Modificáronse 1 ficheiros con 1 adicións e 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 {