fix: Always fetch workspace documents on tab-nav in uploader

This commit is contained in:
timothycarambat 2024-04-29 09:49:51 -07:00
parent 551c1ab2b2
commit d0f5eafce6

View File

@ -80,7 +80,7 @@ export default function DocumentSettings({ workspace, systemSettings }) {
} }
useEffect(() => { useEffect(() => {
fetchKeys(); fetchKeys(true);
}, []); }, []);
const updateWorkspace = async (e) => { const updateWorkspace = async (e) => {