Skip to content

Commit

Permalink
fix(fe): hotfix build error (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunnbi authored Oct 13, 2024
1 parent 446abd7 commit 0d5552e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/frontend/app/admin/contest/create/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,7 @@ export default function Page() {
</Dialog>
</div>
<DataTableAdmin
// eslint-disable-next-line
columns={columns(problems, setProblems) as any[]}
columns={columns(problems, setProblems, false)}
data={problems as ContestProblem[]}
defaultSortColumn={{ id: 'order', desc: false }}
enableFooter={true}
Expand Down

0 comments on commit 0d5552e

Please sign in to comment.