diff --git a/apps/console/src/pages/PolicyListPage.tsx b/apps/console/src/pages/PolicyListPage.tsx index c82ee29d3..424474eba 100644 --- a/apps/console/src/pages/PolicyListPage.tsx +++ b/apps/console/src/pages/PolicyListPage.tsx @@ -314,7 +314,7 @@ function PolicyListPageContent({ > diff --git a/apps/console/src/pages/__generated__/PolicyListPageQuery.graphql.ts b/apps/console/src/pages/__generated__/PolicyListPageQuery.graphql.ts index 1a3fc76ab..34e8881b2 100644 --- a/apps/console/src/pages/__generated__/PolicyListPageQuery.graphql.ts +++ b/apps/console/src/pages/__generated__/PolicyListPageQuery.graphql.ts @@ -1,5 +1,5 @@ /** - * @generated SignedSource<> + * @generated SignedSource<> * @lightSyntaxTransform * @nogrep */ @@ -19,11 +19,11 @@ export type PolicyListPageQuery$data = { readonly edges: ReadonlyArray<{ readonly node: { readonly content: string; - readonly createdAt: string; + readonly createdAt: any; readonly id: string; readonly name: string; readonly status: PolicyStatus; - readonly updatedAt: string; + readonly updatedAt: any; }; }>; };