fix: tenancy middleware order and ui consistency for user profile
This commit is contained in:
@@ -26,7 +26,9 @@ export default function TenantEdit({ tenant }: Props) {
|
||||
};
|
||||
|
||||
return (
|
||||
<LandlordLayout title="編輯客戶">
|
||||
<LandlordLayout
|
||||
title="編輯客戶"
|
||||
>
|
||||
<div className="max-w-2xl">
|
||||
<div className="mb-6">
|
||||
<h1 className="text-2xl font-bold text-slate-900">編輯客戶</h1>
|
||||
|
||||
Reference in New Issue
Block a user