Skip to content

Commit d5d26be

Browse files
authored
[NO-CSL] Fix quiz question input placeholder type name (#267)
1 parent a634e5d commit d5d26be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/quizzes.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export interface SelectQuestion extends BaseQuestion {
114114

115115
export interface OpenQuestion extends BaseQuestion {
116116
type: 'open'
117-
inputPlaceholder?: Nullable<string>;
117+
input_placeholder?: Nullable<string>;
118118
}
119119

120120
export interface CoverQuestion extends BaseQuestion {

0 commit comments

Comments
 (0)