make available translation text to set empty string

pull/5103/head
Yevhenii Pertiaka 3 years ago
parent 6215e3b584
commit 021db14a43
  1. 3
      models/translation.js

@ -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

Loading…
Cancel
Save