mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
fix: optional behaviour for matrix question (#3118)
This commit is contained in:
committed by
GitHub
parent
5cc071e5a8
commit
494299cd89
@@ -151,7 +151,7 @@ export const MatrixQuestion = ({
|
||||
dir="auto"
|
||||
type="radio"
|
||||
tabIndex={-1}
|
||||
required={true}
|
||||
required={question.required}
|
||||
id={`${row}-${column}`}
|
||||
name={getLocalizedValue(row, languageCode)}
|
||||
value={getLocalizedValue(column, languageCode)}
|
||||
|
||||
Reference in New Issue
Block a user