mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
refactoring(drawer): drawer template.
This commit is contained in:
@@ -10,7 +10,7 @@ export default function ({ children, isOpen, isClose, drawerProps }) {
|
||||
position={Position.RIGHT}
|
||||
canOutsideClickClose={true}
|
||||
canEscapeKeyClose={true}
|
||||
size={'65%'}
|
||||
size={'700px'}
|
||||
onClose={isClose}
|
||||
{...drawerProps}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user