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> = {
|
const issueLabels: Record<IssueKey, string> = {
|
||||||
review_type: 'Revisar tipo',
|
review_type: 'Tipo',
|
||||||
missing_cut_family: 'Sem família',
|
missing_cut_family: 'Família',
|
||||||
missing_color: 'Sem cor',
|
missing_color: 'Cor',
|
||||||
missing_size: 'Sem tamanho',
|
missing_size: 'Tamanho',
|
||||||
missing_yield: 'Sem rendimento'
|
missing_yield: 'Rendimento'
|
||||||
};
|
};
|
||||||
|
|
||||||
const issueHelp: Record<IssueKey, string> = {
|
const issueHelp: Record<IssueKey, string> = {
|
||||||
|
|||||||
Reference in New Issue
Block a user