refs #5517 JSON value component code clean, max str len increased
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2023-04-03 18:48:40 +02:00
parent 7f18366ece
commit ae22c58ecb
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
<span></span>

View File

@ -2,7 +2,7 @@ import ngModule from '../../module';
import Component from 'core/lib/component';
import './style.scss';
const maxStrLen = 25;
const maxStrLen = 50;
/**
* Displays pretty JSON value.