Skip to content

Commit f5bc189

Browse files
committed
chore: rename variables tab url and package version
1 parent ded6700 commit f5bc189

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.94",
3+
"version": "0.0.94-patch-1",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Pages/GlobalConfigurations/ScopedVariables/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export enum ScopedVariablesFileViewType {
66
/**
77
* Shows the variable list view
88
*/
9-
SAVED = 'variable-list',
9+
SAVED = 'variables',
1010
/**
1111
* Shows the variables in environment list view
1212
*/

0 commit comments

Comments
 (0)