fix AnswerOption.tsx
This commit is contained in:
parent
fd8273a2fe
commit
ba94853308
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ interface AnswerOptionProps{
|
|||
onChange: (value: string) => void;
|
||||
onDelete:(index: number) => void;
|
||||
selectedType: 'single' | 'multiply';
|
||||
// isSelected: boolean;
|
||||
toggleSelect: () => void;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue