refactor(FE): Rename column header 'No' to 'Number'

This commit is contained in:
rstubryan
2026-01-29 15:35:32 +07:00
parent e93a9c8011
commit 6c6634fa1d
3 changed files with 3 additions and 3 deletions
@@ -50,7 +50,7 @@ const UniformityDetailsPreview = ({
() => [
{
accessorKey: 'number',
header: 'No',
header: 'Number',
cell: (props) => props.row.original.number,
},
{
@@ -50,7 +50,7 @@ const UniformityPreviewForm = () => {
() => [
{
accessorKey: 'number',
header: 'No',
header: 'Number',
cell: (props) => props.row.original.number,
},
{
@@ -189,7 +189,7 @@ const UniformityResultForm = () => {
() => [
{
accessorKey: 'number',
header: 'No',
header: 'Number',
cell: (props) => props.row.original.number,
},
{