mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 17:09:09 +01:00
Fix editor selection/cursor and lint errors
This commit is contained in:
@@ -20,6 +20,7 @@ export function useCreateEnvironment() {
|
||||
name: 'name',
|
||||
title: 'New Environment',
|
||||
label: 'Name',
|
||||
placeholder: 'My Environment',
|
||||
defaultValue: 'My Environment',
|
||||
});
|
||||
return invoke('cmd_create_environment', { name, variables: [], workspaceId });
|
||||
|
||||
Reference in New Issue
Block a user