From 53ee256e89172a4b76b20e1d870e30fdfded88df Mon Sep 17 00:00:00 2001 From: AJAL ODORA JONATHAN <43242517+ODORA0@users.noreply.github.com> Date: Thu, 23 May 2024 08:50:55 +0300 Subject: [PATCH] change number input to text input --- src/bill-item-actions/edit-bill-item.component.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bill-item-actions/edit-bill-item.component.tsx b/src/bill-item-actions/edit-bill-item.component.tsx index dd6b2e8..cd91af6 100644 --- a/src/bill-item-actions/edit-bill-item.component.tsx +++ b/src/bill-item-actions/edit-bill-item.component.tsx @@ -15,6 +15,7 @@ import { InlineNotification } from '@carbon/react'; import { getBillableServiceUuid } from '../invoice/payments/utils'; import { useBillableServices } from '../billable-services/billable-service.resource'; import { NumberInput } from '@carbon/react'; +import { TextInput } from '@carbon/react'; interface BillLineItemProps { bill: MappedBill; @@ -157,7 +158,7 @@ const ChangeStatus: React.FC = ({ bill, item, closeModal }) = name="price" control={control} render={({ field: { value } }) => ( -