Make extra tags optional in mappings (as they should be)

This commit is contained in:
pietervdvn 2021-10-27 01:27:23 +02:00
parent ba26bf3e63
commit eeb93b5184

View file

@ -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[]
}[]