Skip to content

Commit 3cd5f8a

Browse files
Update packages/admin/src/router.tsx
Co-authored-by: emdashbot[bot] <273199577+emdashbot[bot]@users.noreply.github.com>
1 parent 41ea0f5 commit 3cd5f8a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/admin/src/router.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,7 @@ const DATE_FIELDS: ContentDateField[] = ["createdAt", "updatedAt", "publishedAt"
321321
/** `YYYY-MM-DD`, the shape the date inputs emit. */
322322
const CALENDAR_DATE_REGEX = /^\d{4}-\d{2}-\d{2}$/;
323323

324-
// Routes link here supplying only the params they care about, so making any
325-
// key required breaks those links.
324+
export interface ContentListSearch {
326325
export interface ContentListSearch {
327326
locale?: string | undefined;
328327
/** 1-based, and only ever set when past the first page. */

0 commit comments

Comments
 (0)