1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-15 01:40:05 +00:00

fix: improve user experience for adding permissions

This commit is contained in:
2022-08-04 02:51:59 +05:00
parent 754704bca8
commit 7a162eda8f
4 changed files with 233 additions and 68 deletions

View File

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