1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-08 00:29:54 +00:00
This commit is contained in:
Laura
2025-08-18 04:58:55 +02:00
parent 2a25fd4f19
commit 5f0baf384a

View File

@@ -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;