Skip to content

Commit

Permalink
add 26
Browse files Browse the repository at this point in the history
  • Loading branch information
sayandedotcom committed Nov 24, 2024
1 parent 380c8b8 commit 455d32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/app/(portals)/requests/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ import { cn } from "@/utils";

import { TRequest } from "@/types/posts";

export const columns: ColumnDef<TRequest>[] = [
const columns: ColumnDef<TRequest>[] = [
// select
{
id: "select",
Expand Down

0 comments on commit 455d32e

Please sign in to comment.