mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-21 00:11:21 +02:00
Add prompt() plugin API (#121)
This commit is contained in:
@@ -17,9 +17,9 @@ export function useCreateCookieJar() {
|
||||
}
|
||||
const name = await prompt({
|
||||
id: 'new-cookie-jar',
|
||||
name: 'name',
|
||||
title: 'New CookieJar',
|
||||
placeholder: 'My Jar',
|
||||
confirmText: 'Create',
|
||||
label: 'Name',
|
||||
defaultValue: 'My Jar',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user