Refactor environment edit dialog

This commit is contained in:
Gregory Schier
2023-11-02 20:38:33 -07:00
parent a99a36b5cc
commit b15cdec701
6 changed files with 88 additions and 47 deletions

View File

@@ -20,7 +20,6 @@ export function useCreateEnvironment() {
const name = await prompt({
name: 'name',
title: 'Create Environment',
description: 'Enter a name for the new environment',
label: 'Name',
defaultValue: 'My Environment',
});