Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Commit b007a5c

Browse files
committed
fix: resolve build error
Former-commit-id: 233da55
1 parent ac711f9 commit b007a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/react/loom-app/app/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export default function App() {
5353
} = useLoomState();
5454

5555
const tableRef = React.useRef<VirtuosoHandle | null>(null);
56-
const { onRequestCloseTop, topMenu } = useMenuOperations();
56+
const { onRequestCloseTop } = useMenuOperations();
5757

5858
useExportEvents(loomState);
5959
useRowEvents();

0 commit comments

Comments
 (0)