We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82611fd commit 28a8ce1Copy full SHA for 28a8ce1
Node/call-vertex-remote-config-server/client/main.ts
@@ -82,7 +82,6 @@ promptForm.addEventListener("submit", async (event) => {
82
const prompt = promptInput.value;
83
84
const waitingMessageElement = document.getElementById("waitingMessage");
85
- //waitingMessageElement.textContent = "Waiting for response...";
86
87
// Define a variable to keep track of the number of dots
88
let dotCount = 0;
0 commit comments