From d77fdd5411d72a7195758eca127964fb77633e4e Mon Sep 17 00:00:00 2001 From: "Suresh, Kamlesh" Date: Thu, 6 May 2021 14:04:08 -0400 Subject: [PATCH] ActionOpenPageProtocol --- MVMCoreUI/FormUIHelpers/FormValidator.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MVMCoreUI/FormUIHelpers/FormValidator.swift b/MVMCoreUI/FormUIHelpers/FormValidator.swift index a0785c41..82022b4c 100644 --- a/MVMCoreUI/FormUIHelpers/FormValidator.swift +++ b/MVMCoreUI/FormUIHelpers/FormValidator.swift @@ -141,7 +141,7 @@ public extension FormValidator { for actionItem in groupWatchers { if let buttonModel = actionItem as? ButtonModel, - pageType == (buttonModel.action as? ActionOpenPageModel)?.pageType { + pageType == (buttonModel.action as? ActionOpenPageProtocol)?.pageType { return buttonModel.groupName } }