mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
- Fix Jasmine test cases failing in framework. - More stability fixes and enhancements.
This commit is contained in:
committed by
Akshay Joshi
parent
351cb3e6ca
commit
9274df0f11
@@ -764,8 +764,9 @@ function SchemaPropertiesView({
|
||||
accessPath={[]}
|
||||
formErr={{}}
|
||||
controlClassName={classes.controlRow}
|
||||
{...field}
|
||||
visible={visible}
|
||||
{...field} />
|
||||
/>
|
||||
);
|
||||
} else if(field.type === 'collection') {
|
||||
tabs[group].push(
|
||||
@@ -792,10 +793,10 @@ function SchemaPropertiesView({
|
||||
state={origData}
|
||||
name={field.id}
|
||||
value={origData[field.id]}
|
||||
{...field}
|
||||
readonly={readonly}
|
||||
disabled={disabled}
|
||||
visible={visible}
|
||||
{...field}
|
||||
className={classes.controlRow}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user