File tree Expand file tree Collapse file tree 1 file changed +0
-50
lines changed
packages/react-renderer-demo/src/app/pages Expand file tree Collapse file tree 1 file changed +0
-50
lines changed Original file line number Diff line number Diff line change @@ -388,56 +388,6 @@ const baseStructure = {
388
388
] ,
389
389
component : components . TAB_ITEM ,
390
390
} ,
391
- {
392
- title : 'Tab 5' ,
393
- description : 'New tab 4' ,
394
- key : '557' ,
395
- fields : [
396
- {
397
- title : 'Tag control' ,
398
- key : '644' ,
399
- fields : [
400
- {
401
- name : 'tag_control_1' ,
402
- label : 'Tag Control' ,
403
- title : 'Tag Control' ,
404
- dataType : 'string' ,
405
- component : components . TAG_CONTROL ,
406
- } ,
407
- {
408
- name : 'tag_control_2' ,
409
- label : 'Tag Control single value' ,
410
- title : 'Tag Control single value' ,
411
- dataType : 'string' ,
412
- component : components . TAG_CONTROL ,
413
- } ,
414
- {
415
- name : 'tag_control_3' ,
416
- label : 'Tag Control category' ,
417
- title : 'Tag Control category' ,
418
- dataType : 'string' ,
419
- component : components . TAG_CONTROL ,
420
- options : [
421
- {
422
-
423
- } ,
424
- {
425
-
426
- } ,
427
- {
428
-
429
- } ,
430
- {
431
-
432
- } ,
433
- ] ,
434
- } ,
435
- ] ,
436
- component : components . SUB_FORM ,
437
- } ,
438
- ] ,
439
- component : components . TAB_ITEM ,
440
- } ,
441
391
{
442
392
title : 'Mixed' ,
443
393
description : '' ,
You can’t perform that action at this time.
0 commit comments