Skip to content

Commit 23d3eb7

Browse files
anovazzi1autofix-ci[bot]
authored andcommitted
fix: version display (langflow-ai#2555)
* fix version * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent eed48ce commit 23d3eb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/frontend/src/App.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ export default function App() {
3333
const refreshStars = useDarkStore((state) => state.refreshStars);
3434
const dark = useDarkStore((state) => state.dark);
3535

36+
useGetVersionQuery();
37+
3638
const isLoadingFolders = useFolderStore((state) => state.isLoadingFolders);
3739

3840
const {

0 commit comments

Comments
 (0)