From c737f641b8abd40e42f1370fe63db3e21ce232fb Mon Sep 17 00:00:00 2001 From: easyhz Date: Tue, 27 Aug 2024 20:48:15 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A1=B0=EC=A7=81=20=EC=9D=B4=EB=A6=84?= =?UTF-8?q?=20=EB=B9=84=EC=97=88=EC=9D=84=20=EB=95=8C=20=EB=B2=84=ED=8A=BC?= =?UTF-8?q?=20=EB=B9=84=ED=99=9C=EC=84=B1=ED=99=94=20(#165)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../screen/creation/OrganizationCreationViewModel.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature/organization/src/main/java/com/easyhz/noffice/feature/organization/screen/creation/OrganizationCreationViewModel.kt b/feature/organization/src/main/java/com/easyhz/noffice/feature/organization/screen/creation/OrganizationCreationViewModel.kt index c65ee551..6924c083 100644 --- a/feature/organization/src/main/java/com/easyhz/noffice/feature/organization/screen/creation/OrganizationCreationViewModel.kt +++ b/feature/organization/src/main/java/com/easyhz/noffice/feature/organization/screen/creation/OrganizationCreationViewModel.kt @@ -136,7 +136,7 @@ class OrganizationCreationViewModel @Inject constructor( } private fun onClearOrganizationName() { - reduce { copy(organizationName = "") } + reduce { copy(organizationName = "", enabledStepButton = enabledStepButton.updateStepButton(step.currentStep, false)) } } private fun onClearFocus() {