Commit 0320350
committed
fix(webapp): env variables search now matches on environment type
Extended the search filter on the environment variables page to also match
on environment type (production, staging, development, preview) and branch
name, not just variable name and value.
https://claude.ai/code/session_01HsDEMADbz1HQmZ4MDD753r1 parent 0e63f83 commit 0320350
File tree
2 files changed
+2
-2
lines changed- apps/webapp/app
- hooks
- routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.environment-variables
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments