Skip to content

Commit d227516

Browse files
committed
chore: fix type error
1 parent b7563c8 commit d227516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/components/matching/MatchingPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const MatchingPage = () => {
149149
className="mt-4"
150150
bordered
151151
columns={activityTableColumns}
152-
dataSource={allQuestions}
152+
dataSource={allQuestions as any}
153153
pagination={{ position: ["bottomCenter"] }}
154154
/>
155155
</div>

0 commit comments

Comments
 (0)