@@ -314,7 +314,7 @@ function PolicyListPageContent({
|
||||
>
|
||||
<PolicyCard
|
||||
title={policy.name}
|
||||
content={(policy as any).content}
|
||||
content={policy.content}
|
||||
status={policy.status}
|
||||
updatedAt={policy.updatedAt}
|
||||
/>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/**
|
||||
* @generated SignedSource<<a49c4b1ca92e109b1091a1431fe0c871>>
|
||||
* @generated SignedSource<<ebffaaa37d8815b22f9fa75aca6e75d2>>
|
||||
* @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;
|
||||
};
|
||||
}>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user