Skip to content

Commit b8423da

Browse files
authored
fix: Adjust Completeness score artwork id field (#659)
1 parent 96b1e84 commit b8423da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Schema/CMS/Events/CompletenessScoreFlow.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { CmsActionType } from "."
1414
* action: "click",
1515
* context_module: "Artworks - completeness score",
1616
* label: "completeness checklist link",
17-
* artwork_ids: ["artwork1", "artwork2", "artwork3"]
17+
* artwork_id: "artwork1"
1818
* }
1919
*/
2020
export type CmsCompletenessScoreClickLabel =
@@ -26,7 +26,7 @@ export interface CmsCompletenessScoreClickedEvent {
2626
context_module: CmsContextModule.completenessScore
2727
label: CmsCompletenessScoreClickLabel
2828
value?: string | number
29-
artwork_ids?: string[]
29+
artwork_id: string
3030
}
3131

3232
/**

0 commit comments

Comments
 (0)