Micro bug fix
This commit is contained in:
parent
87caafe36f
commit
2d49ff63ce
5 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,7 @@ export const TAGS = {
|
|||
CRON: { name: "crons", tag: "cron_", value: (t) => t },
|
||||
ENV: { name: "env", tag: "env_", value: (t) => t },
|
||||
REGIONS: { name: "regions", tag: "reg_", value: (t) => t },
|
||||
PIPELINE: { name: "pipeline", tag: "pipeline", value: (t) => t },
|
||||
PIPELINE: { name: "pipeline", tag: "is_pipeline", value: (t) => t },
|
||||
COVERAGE: { name: "coverage", tag: "coverage_", value: (t) => t },
|
||||
PROJECT: { name: "projects", tag: "proj_", value: (t) => t },
|
||||
DELAY: { name: "delay", tag: "delay_", value: (t) => t },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue