Skip to content

Commit a5c25c3

Browse files
authored
fix: Adjust Completeness score click label (#658)
1 parent ab40aef commit a5c25c3

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/Schema/CMS/Events/BulkEditFlow.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* @packageDocumentation
44
*/
55

6-
import { CmsActionType } from "."
76
import { CmsContextModule } from "../Values/CmsContextModule"
7+
import { CmsActionType } from "."
88

99
/**
1010
* Generic click event in the bulk edit flow.

src/Schema/CMS/Events/CompletenessScoreFlow.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ import { CmsActionType } from "."
1313
* {
1414
* action: "click",
1515
* context_module: "Artworks - completeness score",
16-
* label: "view details",
16+
* label: "completeness checklist link",
1717
* artwork_ids: ["artwork1", "artwork2", "artwork3"]
1818
* }
1919
*/
2020
export type CmsCompletenessScoreClickLabel =
21-
| "view details"
22-
| "improve score"
23-
| "dismiss"
21+
| "completeness checklist link"
22+
| "edit artwork"
2423

2524
export interface CmsCompletenessScoreClickedEvent {
2625
action: "click"

0 commit comments

Comments
 (0)