Add missing default values (#2567)

* add missing default values

* add missing default values
This commit is contained in:
Weiko
2023-11-17 19:11:25 +01:00
committed by GitHub
parent 50d6ab52d7
commit f62108d539
29 changed files with 88 additions and 58 deletions

View File

@ -23,6 +23,7 @@ const commentMetadata = {
description: 'Comment body',
icon: 'IconLink',
isNullable: false,
defaultValue: { value: '' },
},
// Relations
{