mirror of
https://github.com/sasjs/server.git
synced 2026-01-18 03:10:06 +00:00
chore: update tabs label in setting page
This commit is contained in:
@@ -47,7 +47,7 @@ const Settings = () => {
|
|||||||
>
|
>
|
||||||
<StyledTab label="Profile" value="profile" />
|
<StyledTab label="Profile" value="profile" />
|
||||||
{appContext.mode === ModeType.Server && (
|
{appContext.mode === ModeType.Server && (
|
||||||
<StyledTab label="Uri Access" value="permission" />
|
<StyledTab label="Permission" value="permission" />
|
||||||
)}
|
)}
|
||||||
</TabList>
|
</TabList>
|
||||||
</Box>
|
</Box>
|
||||||
|
|||||||
Reference in New Issue
Block a user