Skip to content

Commit

Permalink
fix(No-id): Fix no shapes (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
knguyenrise8 authored Nov 4, 2024
1 parent 09c1a98 commit 4ba556e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/AnnotateTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ const AnnotateTemplate: React.FC = () => {
};

const handleUnmount = () => {
setShapes([]);
setDrawnFields(new Set());
setSelectedField(null);
}
Expand Down

0 comments on commit 4ba556e

Please sign in to comment.