Merge branch 'develop' into feature/multi-dimensions

This commit is contained in:
Ahmed Bouhuolia
2022-03-23 12:12:20 +02:00
committed by GitHub
60 changed files with 449 additions and 172 deletions

View File

@@ -64,6 +64,7 @@ function BillPaymentTransactions({
}}
styleName={TableStyle.Constrant}
TableLoadingRenderer={TableSkeletonRows}
sticky={true}
/>
);
}

View File

@@ -66,6 +66,7 @@ function EstimatePaymentTransactions({
}}
styleName={TableStyle.Constrant}
TableLoadingRenderer={TableSkeletonRows}
sticky={true}
/>
);
}

View File

@@ -68,6 +68,7 @@ function InvoicePaymentTransactions({
}}
styleName={TableStyle.Constrant}
TableLoadingRenderer={TableSkeletonRows}
sticky={true}
/>
);
}

View File

@@ -66,6 +66,7 @@ function ReceiptPaymentTransactions({
}}
styleName={TableStyle.Constrant}
TableLoadingRenderer={TableSkeletonRows}
sticky={true}
/>
);
}