refs #5517 JSON value component code clean, max str len increased
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
7f18366ece
commit
ae22c58ecb
|
@ -1 +0,0 @@
|
|||
<span></span>
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue