Skip to content
Snippets Groups Projects

Ncc v2.2.4

Open Milan Jaros requested to merge ncc_v2.2.4 into tag_v2.2.4
4 files
+ 125
16
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -135,10 +135,12 @@ export default {
* @returns {Boolean}
*/
computedText() {
const text = this.text.replace('[n]', '').replace(']', '').split('[')[0]
if (this.mandatory) {
return this.text + ' *'
return text + ' *'
}
return this.text
return text
},
/**
Loading