mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-14 18:40:11 +01:00
fix: Always fetch workspace documents on tab-nav in uploader
This commit is contained in:
parent
551c1ab2b2
commit
d0f5eafce6
@ -80,7 +80,7 @@ export default function DocumentSettings({ workspace, systemSettings }) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetchKeys();
|
fetchKeys(true);
|
||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
const updateWorkspace = async (e) => {
|
const updateWorkspace = async (e) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user