Merge pull request #505 from Azzybot/patch-5

Removido obrigatoriedade de descrição dos rows do sendList
This commit is contained in:
Davidson Gomes
2024-04-03 07:05:09 -03:00
committed by GitHub

View File

@@ -406,7 +406,7 @@ export const listMessageSchema: JSONSchema7 = {
description: { type: 'string' },
rowId: { type: 'string' },
},
required: ['title', 'description', 'rowId'],
required: ['title', 'rowId'],
...isNotEmpty('title', 'description', 'rowId'),
},
},