Fix filters, restyle filters page
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
@ -160,14 +160,6 @@ export const SimpleForm: React.FC<ISimpleForm> = (props) => {
|
||||
);
|
||||
};
|
||||
|
||||
interface IFieldsGroup {
|
||||
children: React.ReactNode,
|
||||
}
|
||||
|
||||
export const FieldsGroup: React.FC<IFieldsGroup> = ({ children }) => (
|
||||
<div className='fields-group'>{children}</div>
|
||||
);
|
||||
|
||||
interface ICheckbox {
|
||||
label?: React.ReactNode,
|
||||
hint?: React.ReactNode,
|
||||
|
||||
Reference in New Issue
Block a user