Skip to content

Commit 5ff18d8

Browse files
committed
fix(website): update dependency in EditorLayout to include configuration for proper locale dictionary setting
1 parent fd3a69c commit 5ff18d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/src/components/Dashboard/Editor/EditorLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export const EditorLayout: FC<EditorLayoutProps> = ({
5050
);
5151

5252
setLocaleDictionaries(dictionariesList);
53-
}, []);
53+
}, [configuration]);
5454

5555
return (
5656
<>

0 commit comments

Comments
 (0)