From 5bf48859bf39e19c0fd378f3e5018e5d76db8234 Mon Sep 17 00:00:00 2001 From: Amanpal Singh <87360222+aman-alfresco@users.noreply.github.com> Date: Thu, 28 Mar 2024 11:45:37 +0530 Subject: [PATCH] code optimized --- .../content/process/ui/composeviews/FormScrollContent.kt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/process-app/src/main/kotlin/com/alfresco/content/process/ui/composeviews/FormScrollContent.kt b/process-app/src/main/kotlin/com/alfresco/content/process/ui/composeviews/FormScrollContent.kt index 65205322..140ab993 100644 --- a/process-app/src/main/kotlin/com/alfresco/content/process/ui/composeviews/FormScrollContent.kt +++ b/process-app/src/main/kotlin/com/alfresco/content/process/ui/composeviews/FormScrollContent.kt @@ -25,14 +25,6 @@ import com.alfresco.content.process.ui.components.MultiLineInputField import com.alfresco.content.process.ui.components.PeopleField import com.alfresco.content.process.ui.components.ReadOnlyField import com.alfresco.content.process.ui.components.SingleLineInputField -import com.alfresco.content.process.ui.components.amountInputError -import com.alfresco.content.process.ui.components.booleanInputError -import com.alfresco.content.process.ui.components.dateTimeInputError -import com.alfresco.content.process.ui.components.dropDownRadioInputError -import com.alfresco.content.process.ui.components.integerInputError -import com.alfresco.content.process.ui.components.multiLineInputError -import com.alfresco.content.process.ui.components.singleLineInputError -import com.alfresco.content.process.ui.components.userGroupInputError import com.alfresco.content.process.ui.fragments.FormViewModel import com.alfresco.content.process.ui.fragments.FormViewState import com.alfresco.content.process.ui.utils.amountInputError