mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
Add support for deleting individual presets
This commit is contained in:
parent
fbeff7a461
commit
48e33fe1e9
6 changed files with 39 additions and 39 deletions
|
|
@ -62,6 +62,7 @@ export default function Nav({ navVisible, setNavVisible }) {
|
|||
});
|
||||
|
||||
useEffect(() => {
|
||||
//we use isInitialLoading here instead of isLoading because query is disabled by default
|
||||
if (searchQueryFn.isInitialLoading) {
|
||||
setIsFetching(true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue