mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed header
This commit is contained in:
parent
ba614a115d
commit
87d59b4905
3 changed files with 6 additions and 9 deletions
|
@ -47,11 +47,9 @@ const LoginDialogUnconnected: FC<IProps> = ({
|
|||
|
||||
useCloseOnEscape(onRequestClose);
|
||||
|
||||
console.log({ error });
|
||||
|
||||
return (
|
||||
<form onSubmit={onSubmit}>
|
||||
<ScrollDialog buttons={buttons} width={260} error={error}>
|
||||
<ScrollDialog buttons={buttons} width={260} error={error} onClose={onRequestClose}>
|
||||
<Padder>
|
||||
<div className={styles.wrap}>
|
||||
<Group>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue