Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Feb 19, 2025
1 parent cdf93d1 commit 898a7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content-picker/SortableList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type Term = {
description: string;
id: number;
link: string;
meta: { [key: string]: unknown };
meta: Record<string, unknown>;
name: string;
parent: number;
slug: string;
Expand Down

0 comments on commit 898a7f9

Please sign in to comment.