diff --git a/Projects/Feature/InputInformationFeature/Sources/Intent/InputInformationIntent.swift b/Projects/Feature/InputInformationFeature/Sources/Intent/InputInformationIntent.swift index 318bdabe..9622c39f 100644 --- a/Projects/Feature/InputInformationFeature/Sources/Intent/InputInformationIntent.swift +++ b/Projects/Feature/InputInformationFeature/Sources/Intent/InputInformationIntent.swift @@ -67,6 +67,6 @@ final class InputInformationIntent: InputInformationIntentProtocol { extension InputInformationIntent: InputProfileDelegate { func completeToInputProfile(input: InputProfileInformationObject) { model?.updateInputProfileInformationObject(object: input) - inputInformationDelegate?.completeToInputInformation() + model?.updateIsCompleteToInputAllInfo(isComplete: true) } }