mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-11 01:10:11 +01:00
[FIX] Workspace settings not showing updated fields (#1344)
add tab to dependency array in useEffect to reload settings on tab change
This commit is contained in:
parent
9ed2309757
commit
2fabc84578
@ -65,7 +65,7 @@ function ShowWorkspaceChat() {
|
||||
setLoading(false);
|
||||
}
|
||||
getWorkspace();
|
||||
}, [slug]);
|
||||
}, [slug, tab]);
|
||||
|
||||
if (loading) return <FullScreenLoader />;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user