Make extra tags optional in mappings (as they should be)
This commit is contained in:
parent
ba26bf3e63
commit
eeb93b5184
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ export interface TagRenderingConfigJson {
|
|||
* If chosen as answer, these tags will be applied as well onto the object.
|
||||
* Not compatible with multiAnswer
|
||||
*/
|
||||
addExtraTags: string[]
|
||||
addExtraTags?: string[]
|
||||
|
||||
}[]
|
||||
|
||||
|
|
Loading…
Reference in a new issue