1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-11 03:34:35 +00:00

chore: update tabs label in setting page

This commit is contained in:
2022-08-01 23:01:05 +05:00
parent 37e1aa9b61
commit 79b7827b7c

View File

@@ -47,7 +47,7 @@ const Settings = () => {
>
<StyledTab label="Profile" value="profile" />
{appContext.mode === ModeType.Server && (
<StyledTab label="Uri Access" value="permission" />
<StyledTab label="Permission" value="permission" />
)}
</TabList>
</Box>