mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-05 18:32:27 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ function ShowWorkspaceChat() {
|
|||
setLoading(false);
|
||||
}
|
||||
getWorkspace();
|
||||
}, [slug]);
|
||||
}, [slug, tab]);
|
||||
|
||||
if (loading) return <FullScreenLoader />;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue