Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: make safe actions as client component
  • Loading branch information
Raju-kadel-27 committed Sep 25, 2024
commit 9af50c4dcde41b0146b83d0faad42c028c2a623f
2 changes: 2 additions & 0 deletions src/components/safe/safe-actions.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import { Button } from "@/components/ui/button";
import {
DropdownMenu,
Expand Down