mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-08 00:29:54 +00:00
fix
This commit is contained in:
@@ -1007,6 +1007,11 @@
|
||||
dropdown($model, 4);
|
||||
|
||||
// render prompts
|
||||
data.prompts.unshift({
|
||||
key: "",
|
||||
name: "No Prompt",
|
||||
});
|
||||
|
||||
fillSelect($prompt, data.prompts, (el, prompt) => {
|
||||
el.value = prompt.key;
|
||||
el.textContent = prompt.name;
|
||||
|
Reference in New Issue
Block a user