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(() => {
|
||||
fetchKeys();
|
||||
fetchKeys(true);
|
||||
}, []);
|
||||
|
||||
const updateWorkspace = async (e) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user