Better environment edit dialog

This commit is contained in:
Gregory Schier
2024-02-18 07:44:53 -08:00
parent 1eb6999c37
commit e10011ef34
10 changed files with 171 additions and 120 deletions

View File

@@ -19,6 +19,7 @@ export function useCreateEnvironment() {
id: 'new-environment',
name: 'name',
title: 'New Environment',
description: 'Create multiple environments with different sets of variables',
label: 'Name',
placeholder: 'My Environment',
defaultValue: 'My Environment',