mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-31 22:43:11 +02:00
Fix editor selection/cursor and lint errors
This commit is contained in:
@@ -61,6 +61,7 @@ export function CookieDropdown() {
|
||||
),
|
||||
name: 'name',
|
||||
label: 'Name',
|
||||
placeholder: 'New name',
|
||||
defaultValue: activeCookieJar?.name,
|
||||
});
|
||||
updateCookieJar.mutate({ name });
|
||||
|
||||
Reference in New Issue
Block a user