id number to string
This commit is contained in:
@@ -77,7 +77,7 @@ const ProformaInvoice: FC = () => {
|
||||
]}
|
||||
data={[
|
||||
{
|
||||
id: 1,
|
||||
id: '1',
|
||||
service: 'خدمت 1',
|
||||
issueDate: '2021-01-01',
|
||||
lastConfirmDate: '2021-01-01',
|
||||
@@ -86,7 +86,7 @@ const ProformaInvoice: FC = () => {
|
||||
paymentStatus: 'پرداخت شده',
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
id: '2',
|
||||
service: 'خدمت 2',
|
||||
issueDate: '2021-01-01',
|
||||
lastConfirmDate: '2021-01-01',
|
||||
|
||||
Reference in New Issue
Block a user