diff --git a/lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart b/lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart index 5fca35f2..f8c55d5d 100644 --- a/lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart +++ b/lib/views/pages/user/ppm/update_ppm/ppm_pm_check_list_form.dart @@ -56,6 +56,7 @@ class _PpmPmChecklistFormState extends State { initialValue: list[index].instructionText?.text ?? "", enable: false, showShadow: false, + makeMultiLinesNull: true, enableColor: AppColor.neutral100, backgroundColor: context.isDark ? AppColor.neutral20 : AppColor.neutral100, // backgroundColor: context.isDark ? AppColor.neutral50 : null,