warnAPIKeyEmpty() executed also at page loaded
This commit is contained in:
parent
9bff8a0358
commit
a1a47c137c
1 changed files with 1 additions and 0 deletions
|
|
@ -140,6 +140,7 @@ document.addEventListener('DOMContentLoaded', async () => {
|
|||
});
|
||||
|
||||
showConnectionOptions();
|
||||
warnAPIKeyEmpty();
|
||||
|
||||
document.getElementById('btnManagePrompts').addEventListener('click', () => {
|
||||
// check if the tab is already there
|
||||
|
|
|
|||
Loading…
Reference in a new issue