mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-26 03:26:41 +07:00
panels: fixed sizes
This commit is contained in:
parent
b8ba50517b
commit
a6966fd651
4 changed files with 11 additions and 5 deletions
|
@ -45,9 +45,7 @@ const DIALOG_CONTENTS = {
|
|||
};
|
||||
|
||||
export const Component = (props: Props) => {
|
||||
const {
|
||||
mode
|
||||
} = props;
|
||||
const { mode } = props;
|
||||
|
||||
return (
|
||||
(mode && DIALOG_CONTENTS[mode] && React.createElement(DIALOG_CONTENTS[mode], { ...props }))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue