forked from open-webui/open-webui
feat: csv user import frontend
This commit is contained in:
parent
e5703a588f
commit
bd3b5f1edb
4 changed files with 188 additions and 54 deletions
|
@ -154,7 +154,7 @@
|
|||
if (isCtrlPressed && event.key === '.') {
|
||||
event.preventDefault();
|
||||
console.log('openSettings');
|
||||
document.getElementById('open-settings-button')?.click();
|
||||
showSettings.set(!$showSettings);
|
||||
}
|
||||
|
||||
// Check if Ctrl + / is pressed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue