summaryrefslogtreecommitdiff
path: root/lib/pq/table/pq-lists-toolbar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pq/table/pq-lists-toolbar.tsx')
-rw-r--r--lib/pq/table/pq-lists-toolbar.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pq/table/pq-lists-toolbar.tsx b/lib/pq/table/pq-lists-toolbar.tsx
index 3a85327d..1feb9a1a 100644
--- a/lib/pq/table/pq-lists-toolbar.tsx
+++ b/lib/pq/table/pq-lists-toolbar.tsx
@@ -2,7 +2,7 @@
import * as React from "react"
import { Button } from "@/components/ui/button"
-import { Trash, CopyPlus, Plus } from "lucide-react"
+import { Trash, CopyPlus, Plus, RefreshCw } from "lucide-react"
import { type Table } from "@tanstack/react-table"
import type { PQList } from "./pq-lists-columns"
// import { PqListForm } from "./add-pq-list-dialog"
@@ -44,7 +44,7 @@ export function PQListsToolbarActions({
size="sm"
onClick={() => onToggleActive(selected, newState!)}
>
- <Trash className="mr-2 h-4 w-4" />
+ <RefreshCw className="mr-2 h-4 w-4" />
{toggleLabel}
</Button>
)}