mirror of
				https://github.com/Redocly/redoc.git
				synced 2025-11-04 01:37:32 +03:00 
			
		
		
		
	fix: skipReadOnly/skipWritOnly not passing down to nested array
This commit is contained in:
		
							parent
							
								
									8926dd457c
								
							
						
					
					
						commit
						6df8127e77
					
				| 
						 | 
					@ -10,7 +10,7 @@ export class ArraySchema extends React.PureComponent<SchemaProps> {
 | 
				
			||||||
    return (
 | 
					    return (
 | 
				
			||||||
      <div>
 | 
					      <div>
 | 
				
			||||||
        <ArrayOpenningLabel> Array </ArrayOpenningLabel>
 | 
					        <ArrayOpenningLabel> Array </ArrayOpenningLabel>
 | 
				
			||||||
        <Schema schema={itemsSchema} />
 | 
					        <Schema {...this.props} schema={itemsSchema} />
 | 
				
			||||||
        <ArrayClosingLabel />
 | 
					        <ArrayClosingLabel />
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
    );
 | 
					    );
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user