Simplify pending issue labels
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m12s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m12s
This commit is contained in:
@@ -27,11 +27,11 @@ type PlanningIssueRow = ProductAnalyticsItem & {
|
||||
};
|
||||
|
||||
const issueLabels: Record<IssueKey, string> = {
|
||||
review_type: 'Revisar tipo',
|
||||
missing_cut_family: 'Sem família',
|
||||
missing_color: 'Sem cor',
|
||||
missing_size: 'Sem tamanho',
|
||||
missing_yield: 'Sem rendimento'
|
||||
review_type: 'Tipo',
|
||||
missing_cut_family: 'Família',
|
||||
missing_color: 'Cor',
|
||||
missing_size: 'Tamanho',
|
||||
missing_yield: 'Rendimento'
|
||||
};
|
||||
|
||||
const issueHelp: Record<IssueKey, string> = {
|
||||
|
||||
Reference in New Issue
Block a user