display users table

This commit is contained in:
Milo Schwartz
2024-11-02 16:12:20 -04:00
parent d6387de21b
commit a83a3e88bb
6 changed files with 337 additions and 40 deletions

View File

@@ -59,7 +59,7 @@ export function ResourcesDataTable<TData, TValue>({
<div>
<div className="flex items-center justify-between pb-4">
<Input
placeholder="Search your resources"
placeholder="Search resources"
value={
(table.getColumn("name")?.getFilterValue() as string) ??
""