Skip to content
Snippets Groups Projects
Commit d0f5eafc authored by timothycarambat's avatar timothycarambat
Browse files

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

parent 551c1ab2
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ export default function DocumentSettings({ workspace, systemSettings }) {
}
useEffect(() => {
fetchKeys();
fetchKeys(true);
}, []);
const updateWorkspace = async (e) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment