Skip to content

Commit

Permalink
fix: add apiKeyInput to apiKeyModal (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
shihao-guo authored Jan 23, 2025
1 parent 393ddc1 commit c270686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions my_digital_being/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -688,6 +688,7 @@ <h3>Configure API Key</h3>
</div>
<div class="modal-body">
<p id="apiKeyModalMessage"></p>
<input type="text" id="apiKeyInput" class="api-key-input" placeholder="API Key" />
</div>
<div class="modal-footer">
<button class="btn secondary" onclick="closeApiKeyModal()">Cancel</button>
Expand Down

0 comments on commit c270686

Please sign in to comment.