We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d113fc5 commit ea70333Copy full SHA for ea70333
app/admin/list/page.tsx
@@ -88,7 +88,7 @@ const columns: TableProps<DataType>['columns'] = [
88
},
89
];
90
91
-export default async function List() {
+export default function List() {
92
const { data, error, isLoading, isValidating, mutate } = useSWR('/api/get-images', fetcher)
93
94
if (error) {
0 commit comments