mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Few more UI changes for Note.
This commit is contained in:
committed by
Akshay Joshi
parent
0998ddefa2
commit
1810d810d8
@@ -92,7 +92,7 @@ function MappedFormControlBase({type, value, id, onChange, className, visible, i
|
||||
case 'sql':
|
||||
return <FormInputSQL name={name} value={value} onChange={onSqlChange} className={className} noLabel={noLabel} {...props} />;
|
||||
case 'note':
|
||||
return <FormNote {...props}/>;
|
||||
return <FormNote className={className} {...props}/>;
|
||||
default:
|
||||
return <span>{value}</span>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user