forked from cerc-io/snowballtools-base
Nabarun Gogoi
642ba72b8f
* Implement functionality to display environment variables * Handle confirm of confirm dialogs * Reset to default value on cancel button click * Rename delete dialog open variable --------- Co-authored-by: neeraj <neeraj.rtly@gmail.com>
15 lines
202 B
JSON
15 lines
202 B
JSON
[
|
|
{
|
|
"id": 1,
|
|
"key": "ABC",
|
|
"value": "ABC",
|
|
"environments": ["production", "preview"]
|
|
},
|
|
{
|
|
"id": 2,
|
|
"key": "XYZ",
|
|
"value": "abc3",
|
|
"environments": ["preview"]
|
|
}
|
|
]
|