mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
fix: Always fetch workspace documents on tab-nav in uploader
This commit is contained in:
parent
551c1ab2b2
commit
d0f5eafce6
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export default function DocumentSettings({ workspace, systemSettings }) {
|
|||
}
|
||||
|
||||
useEffect(() => {
|
||||
fetchKeys();
|
||||
fetchKeys(true);
|
||||
}, []);
|
||||
|
||||
const updateWorkspace = async (e) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue