lab5 it is done
This commit is contained in:
parent
8a650a6b9e
commit
9ea28e4839
@ -34,6 +34,9 @@ const Lines = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<h1 className='mt-2 text-md-start text-center'>
|
||||
Таблица книг.
|
||||
</h1>
|
||||
<Button className='lib-btn' onClick={() => showFormModal()}>
|
||||
Добавить книгу
|
||||
</Button>
|
||||
|
@ -46,7 +46,6 @@ const useAuthorizationForm = () => {
|
||||
const data = await UsersApiService.getAll(expand);
|
||||
if (data.length !== 0) {
|
||||
userLogin(data[0].id);
|
||||
toast.success('Успешный вход в аккаунт', { id: 'Authorization' });
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -18,10 +18,7 @@ const BooksTable = () => {
|
||||
}
|
||||
return (
|
||||
<>
|
||||
<h1 className='mt-2 text-md-start text-center'>
|
||||
Таблица книг.
|
||||
</h1>
|
||||
<Lines />
|
||||
<Lines/>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user