Merge branch 'dev_v1-admin' into debian12_v1-admin
This commit is contained in:
@@ -78,10 +78,6 @@ const LoanTable: React.FC = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<Heading marginBottom={4} size="md">
|
||||
Ausleihen
|
||||
</Heading>
|
||||
|
||||
{/* Action toolbar */}
|
||||
<HStack
|
||||
mb={4}
|
||||
@@ -107,6 +103,10 @@ const LoanTable: React.FC = () => {
|
||||
</HStack>
|
||||
{/* End action toolbar */}
|
||||
|
||||
<Heading marginBottom={4} size="md">
|
||||
Ausleihen
|
||||
</Heading>
|
||||
|
||||
{isError && (
|
||||
<MyAlert
|
||||
status={errorStatus}
|
||||
|
Reference in New Issue
Block a user