Merge pull request #5103 from ipyramiddev/master

make available translation text to set empty string
This commit is contained in:
Lauri Ojansivu 2023-08-24 10:16:53 +03:00 committed by GitHub
commit f4e315cf52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,10 +23,11 @@ Translation.attachSchema(
* the translation text
*/
type: String,
optional: true,
},
createdAt: {
/**
* creation date of the organization user
* creation date of the translation custom string
*/
type: Date,
// eslint-disable-next-line consistent-return