mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 08:33:52 +01:00
Fix editor selection/cursor and lint errors
This commit is contained in:
@@ -161,6 +161,7 @@ const EnvironmentEditor = function ({
|
||||
),
|
||||
name: 'name',
|
||||
label: 'Name',
|
||||
placeholder: 'New Name',
|
||||
defaultValue: environment.name,
|
||||
});
|
||||
updateEnvironment.mutate({ name });
|
||||
|
||||
Reference in New Issue
Block a user