Rename referenceId to sectionTitle

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Jonathan
2025-06-09 12:22:42 +02:00
committed by Sacha Al Himdani
parent 140857bfb3
commit daaee07952
8 changed files with 27 additions and 27 deletions

View File

@@ -19,7 +19,7 @@ const linkedControlFragment = graphql`
fragment LinkedControlsCardFragment on Control {
id
name
referenceId
sectionTitle
framework {
name
}
@@ -105,7 +105,7 @@ function ControlRow(props: {
<Td>
<span className="inline-flex gap-2 items-center">
{control.framework.name}{" "}
<Badge size="md">{control.referenceId}</Badge>
<Badge size="md">{control.sectionTitle}</Badge>
</span>
</Td>
<Td>{control.name}</Td>

View File

@@ -1,5 +1,5 @@
/**
* @generated SignedSource<<c922ab2420ac172a8d9c18948fc4f006>>
* @generated SignedSource<<bdbc3097fad5d998519bb991b3a664c2>>
* @lightSyntaxTransform
* @nogrep
*/
@@ -16,7 +16,7 @@ export type LinkedControlsCardFragment$data = {
};
readonly id: string;
readonly name: string;
readonly referenceId: string;
readonly sectionTitle: string;
readonly " $fragmentType": "LinkedControlsCardFragment";
};
export type LinkedControlsCardFragment$key = {
@@ -50,7 +50,7 @@ return {
"alias": null,
"args": null,
"kind": "ScalarField",
"name": "referenceId",
"name": "sectionTitle",
"storageKey": null
},
{
@@ -71,6 +71,6 @@ return {
};
})();
(node as any).hash = "1b72ca232511c698e0cbdc84cbc81c02";
(node as any).hash = "20d4049be0cad5dc766f22d9a0535625";
export default node;