mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-01 19:59:44 +00:00
chore: initial workspace setting proto definition
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import { Divider } from "@mui/joy";
|
||||
import PreferenceSection from "@/components/setting/PreferenceSection";
|
||||
import AccessTokenSection from "../components/setting/AccessTokenSection";
|
||||
import AccountSection from "../components/setting/AccountSection";
|
||||
@ -16,6 +17,11 @@ const Setting: React.FC = () => {
|
||||
<PreferenceSection />
|
||||
{isAdmin && (
|
||||
<>
|
||||
<Divider />
|
||||
<div>
|
||||
<h2 className="text-2xl font-bold">Workspace setting</h2>
|
||||
<p className="text-gray-500 text-sm">Manage your workspace.</p>
|
||||
</div>
|
||||
<MemberSection />
|
||||
<WorkspaceSection />
|
||||
</>
|
||||
|
Reference in New Issue
Block a user